Create roomtypes.md
This commit is contained in:
parent
052dda6817
commit
7274438e94
13
docs/roomtypes.md
Normal file
13
docs/roomtypes.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Room Types
|
||||
Room Types (in the `roomtype` object layer) affect how the camera scrolls. This is used to create long or large rooms that span multiple minimap tiles in the game.
|
||||
|
||||
### Room types:
|
||||
```
|
||||
0: no camera
|
||||
1: single room, no scroll
|
||||
2: horizontal room
|
||||
3: vertical room
|
||||
4: free camera room (can be used for horizontal, vertical, or open room)
|
||||
5: map transition room (draws an arrow in the minimap, connects with horizontal rooms)
|
||||
-1, -2: not sure yet
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user