Lever Blocks and Levers now show numbers from 0-9 according to the set channel.
Bullet point summary:
Add InfoOverlay Tilemap to scene
Anchor the position of that tilemap to the foreground tilemap
Add TileConfigOverlayEnabled as child class to TileConfig
Add bool property for overlay functionality to EditorTileData
Add static list of overlay tiles for levers to LeverBlockConfigData
Automatically set an overlay tile above a tile with overlay functionality in level editor
Automatically remove an overlay tile above any tile when removed
Add parallel functionality to TileConfig for communication with the UI to be able to change the overlay tile when the user selects a new channel for an existing tile
Progress to #153
Outstanding: Add overlaying numbers to boxes and/or levers in the level.
Lever Blocks and Levers now show numbers from 0-9 according to the set channel.
Bullet point summary:
Progress to #153 Outstanding: Add overlaying numbers to boxes and/or levers in the level.