forked from jaildesigner-jailgames/jaildoctors_dilemma
format de fitxers room
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# THE BACKYARD
|
||||
room:
|
||||
number: "27"
|
||||
name: "THE BACKYARD"
|
||||
bgColor: blue
|
||||
border: cyan
|
||||
@@ -8,9 +7,9 @@ room:
|
||||
|
||||
# Room connections (null for no connection)
|
||||
connections:
|
||||
up: "28"
|
||||
down: "29"
|
||||
left: "26"
|
||||
up: 28.yaml
|
||||
down: 29.yaml
|
||||
left: 26.yaml
|
||||
right: null
|
||||
|
||||
# Item display colors
|
||||
@@ -18,7 +17,7 @@ room:
|
||||
itemColor2: magenta
|
||||
|
||||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||||
autoSurface: 0
|
||||
autoSurface: none
|
||||
|
||||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||||
# Values are 0-based tile indices (0 = empty)
|
||||
|
||||
Reference in New Issue
Block a user