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. ON THE GO
room:
number: "42"
name: "P.A.C.O. ON THE GO"
bgColor: black
border: blue
@@ -9,16 +8,16 @@ room:
# Room connections (null for no connection)
connections:
up: null
down: "43"
left: "53"
right: "41"
down: 43.yaml
left: 53.yaml
right: 41.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,20 +45,16 @@ enemies:
position: {x: 10, y: 2}
velocity: {x: 0, y: 30.0}
boundaries:
x1: 10
y1: 2
x2: 10
y2: 11
position1: {x: 10, y: 2}
position2: {x: 10, y: 11}
color: magenta
- animation: abad.yaml
position: {x: 15, y: 13}
velocity: {x: 48.0, y: 0}
boundaries:
x1: 4
y1: 13
x2: 19
y2: 13
position1: {x: 4, y: 13}
position2: {x: 19, y: 13}
color: bright_cyan
flip: true