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 FRIDGE
room:
number: "16"
name: "THE FRIDGE"
bgColor: blue
border: blue
@@ -8,17 +7,17 @@ room:
# Room connections (null for no connection)
connections:
up: "44"
up: 44.yaml
down: null
left: "17"
right: "08"
left: 17.yaml
right: 08.yaml
# Item display colors
itemColor1: bright_cyan
itemColor2: yellow
# 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)
@@ -46,30 +45,24 @@ enemies:
position: {x: 7, y: 3}
velocity: {x: 60.0, y: 0}
boundaries:
x1: 2
y1: 3
x2: 13
y2: 3
position1: {x: 2, y: 3}
position2: {x: 13, y: 3}
color: magenta
- animation: chip.yaml
position: {x: 30, y: 7}
velocity: {x: -48.0, y: 0}
boundaries:
x1: 10
y1: 7
x2: 30
y2: 7
position1: {x: 10, y: 7}
position2: {x: 30, y: 7}
color: bright_white
- animation: wave.yaml
position: {x: 15, y: 12}
velocity: {x: 30.0, y: 0}
boundaries:
x1: 15
y1: 12
x2: 30
y2: 12
position1: {x: 15, y: 12}
position2: {x: 30, y: 12}
color: bright_magenta
# Items in this room