Skip to content

Tile Manager

Zay Arriaga edited this page Jun 4, 2026 · 6 revisions

System Summary

The Tile Manager handles the placing and deleting of tiles, whether by the Brush or Box Brush tools.


Connected Systems

List of connecting/parent/subsystems.

Connecting Systems:


Related Controls

List of related controls.

Controls are as listed in the Tool Manager, as this manager simply handles the actual functions after the key presses.


Bugs

List of known bugs. Be descriptive but keep it brief!

  • Bug 1

Feature List / Breakdown of Features

  • Tools: Different tools have different functionality, and each behave in their own way as handled by this manager.
    • Brush: The Brush tool can be clicked or dragged onto the grid space to create or delete tiles. This tool cannot delete entities, nor edit their properties.
    • Box Brush: The Box Brush tool can be dragged on the grid space to fill or delete a specified area. This tool will skip over entities, refusing to fill or delete them.

Future Work / Risks

List and description of upcoming work/risks.

Future Work: 1.

Risks:

  • None as of right now.

Clone this wiki locally