format de fitxers room
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# TREE TOP
|
||||
room:
|
||||
number: "10"
|
||||
name: "TREE TOP"
|
||||
bgColor: bright_black
|
||||
border: blue
|
||||
@@ -9,16 +8,16 @@ room:
|
||||
# Room connections (null for no connection)
|
||||
connections:
|
||||
up: null
|
||||
down: "09"
|
||||
down: 09.yaml
|
||||
left: null
|
||||
right: "11"
|
||||
right: 11.yaml
|
||||
|
||||
# Item display colors
|
||||
itemColor1: green
|
||||
itemColor2: red
|
||||
|
||||
# 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