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 @@
# P.A.C.O. WORKSHOP
room:
number: "53"
name: "P.A.C.O. WORKSHOP"
bgColor: black
border: yellow
@@ -9,16 +8,16 @@ room:
# Room connections (null for no connection)
connections:
up: null
down: "51"
down: 51.yaml
left: null
right: "42"
right: 42.yaml
# Item display colors
itemColor1: magenta
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)
@@ -46,40 +45,32 @@ enemies:
position: {x: 6, y: 6}
velocity: {x: 18.0, y: 0}
boundaries:
x1: 6
y1: 6
x2: 13
y2: 6
position1: {x: 6, y: 6}
position2: {x: 13, y: 6}
color: yellow
- animation: paco.yaml
position: {x: 16, y: 2}
velocity: {x: 0, y: 48.0}
boundaries:
x1: 16
y1: 2
x2: 16
y2: 13
position1: {x: 16, y: 2}
position2: {x: 16, y: 13}
color: bright_red
- animation: wave.yaml
position: {x: 1, y: 10}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 1
y1: 10
x2: 14
y2: 10
position1: {x: 1, y: 10}
position2: {x: 14, y: 10}
color: bright_yellow
- animation: lamp.yaml
position: {x: 22, y: 2}
velocity: {x: 0, y: 0}
boundaries:
x1: 22
y1: 2
x2: 22
y2: 2
position1: {x: 22, y: 2}
position2: {x: 22, y: 2}
color: bright_yellow
# Items in this room