Debug Floor Steps: Difference between revisions
From PMDOWiki
Created page with "These are the |floor steps that exist primarily for debug and testing purposes. === Specific Tiles Step == This step sets the floor to specific tiles defined in the step. == Detect Isolated Stairs Step == This step checks if a path from the starting point exists to the stairs. If no such path can be found, then an error is thrown. == Detect Tile Step == This step checks if a certain defined tile can be found in the map. If it cannot be fo..." |
removed a rouge equals |
||
| Line 1: | Line 1: | ||
These are the [[Floor Generation Overview||floor steps]] that exist primarily for debug and testing purposes. | These are the [[Floor Generation Overview||floor steps]] that exist primarily for debug and testing purposes. | ||
== Specific Tiles Step == | |||
This step sets the floor to specific tiles defined in the step. | This step sets the floor to specific tiles defined in the step. | ||
Revision as of 23:41, 5 August 2025
These are the |floor steps that exist primarily for debug and testing purposes.
Specific Tiles Step
This step sets the floor to specific tiles defined in the step.
Detect Isolated Stairs Step
This step checks if a path from the starting point exists to the stairs. If no such path can be found, then an error is thrown.
Detect Tile Step
This step checks if a certain defined tile can be found in the map. If it cannot be found, then an error is thrown.
