Dungeon editing
Jump to navigation
Jump to search
Dungeon design tips
- You cannot place more than one keyblock in the same room. This is because each room uses only a single bit of the room flags to remember whether a keyblock in that room was opened. If multiple keyblocks are in the same room, they will all become unlocked after just a single one is unlocked, and the room is re-entered.
- For the same reason, a room cannot have more than a single key door in each direction (unlocking one will unlock the others). However, keydoors facing different directions are ok.
- Directional bombable walls use the same memory bits as key doors, meaning you cannot have bombable walls facing the same direction as a key door in the same room.
Dungeon editor window
TODO: Explain how this works