format de fitxers room

This commit is contained in:
2025-11-19 07:59:33 +01:00
parent 932de53609
commit 0a5594b9a8
62 changed files with 641 additions and 1052 deletions

View File

@@ -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)