Note: don't place tiles of the same layer on top of eachother otherwise this may not be picked up by the maze
creation code variables
| Name | Value | Description |
|---|---|---|
| camX | x | set positions (top left corner of the new view) |
| camY | y | set positions (top left corner of the new view) |
| tileCheckStart | 1000000 | tile layer chack ranges Note: don't make the gap between these too large or your room may take longer to load |
| tileCheckEnd | 1000000 | tile layer chack ranges Note: don't make the gap between these too large or your room may take longer to load |
| tileDistanceCheck | 16 | distance to check between |
| init | true | don't touch |
| tileSurface | noone |
variable names in bold are safe to set in creation code.
| Name | Value | Description |
|---|---|---|
| frozen | 0 |