-
Notifications
You must be signed in to change notification settings - Fork 0
Toolbar UI
Andrew Hernandez edited this page Jun 30, 2026
·
10 revisions
UI Bar displaying all placeable objects. The icons update based on the currently loaded assets.
Connecting Systems:
Subsystems:
- None
Mouse Click:
- Click on the items within the UI bar to select which object is currently being placed.
Select Brush/Box Brush:
- Changes the object bar to display tiles.
Select Cursor:
- Changes the objectt bar to display entities/props (along with the dropdown).
Entity/Prop Dropdown:
- Switch between placing Entities and Props using the Cursor tool.
- None
Object Switch:
- Click the buttons or use the hotkeys to swap between objects.
- Changes selectable objects based on the current tool.
Tool Switch:
- Click the buttons or use the hotkeys to swap between tools.
-
toolManager: Node2D= A reference to the tool manager. -
editorManager: Node2D= A reference to the editor manager. -
tileMap: TileMapLayer= A reference to the tile map.
-
func _ready() -> [void]: Connects pressed signals for all tile buttons and prop buttons. -
func display_tiles(visibility: bool) -> [void]: Toggles the visibility of the tile selection bar. -
func display_entities(visibility: bool) -> [void]: Toggles the visibility of the entity selection bar. -
func entity_dropdown_select(index: int) -> [void]: Toggles the visibility of each tab based on the tab selected.
Future Work:
- Add stationary enemy and 6th prop.
Risks:
- No current risks
- No Notes
- No Subnotes
Resources
Known Issues
Future Work
Globals
Managers
- Main Menu Manager
- Master Manager
- Camera Manager
- Hotkey Manager
- Import Export Manager
- Audio Manager
- Animation Manager
- PopUp Manager
UI
Managers
- Editor Manager
- Tile Manager
- Entity Manager
- Icon Manager
- Preview Manager
- Tool Manager
- Asset Manager
- Custom Cursor Manager
Tiles & Entities
- Grid Lines
- Preview Line
- Tiles & Entities
- Enemies
- Patrolling Enemy
- Flying Enemy
- Shooting Enemy
- Stationary Enemy
- Moving Platform
- Property Editing
Asset Swapping
UI
Managers
Player