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 @@
# QUO VOIDIS
room:
number: "29"
name: "QUO VOIDIS"
bgColor: blue
border: bright_black
@@ -8,9 +7,9 @@ room:
# Room connections (null for no connection)
connections:
up: "27"
up: 27.yaml
down: null
left: "30"
left: 30.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)
@@ -46,40 +45,32 @@ enemies:
position: {x: 7, y: 1}
velocity: {x: 0, y: 48.0}
boundaries:
x1: 7
y1: 1
x2: 7
y2: 13
position1: {x: 7, y: 1}
position2: {x: 7, y: 13}
color: magenta
- animation: qvoid.yaml
position: {x: 12, y: 6}
velocity: {x: 0, y: 36.0}
boundaries:
x1: 12
y1: 1
x2: 12
y2: 13
position1: {x: 12, y: 1}
position2: {x: 12, y: 13}
color: green
- animation: qvoid.yaml
position: {x: 17, y: 8}
velocity: {x: 0, y: 54.0}
boundaries:
x1: 17
y1: 1
x2: 17
y2: 13
position1: {x: 17, y: 1}
position2: {x: 17, y: 13}
color: green
- animation: qvoid.yaml
position: {x: 22, y: 10}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 22
y1: 1
x2: 22
y2: 13
position1: {x: 22, y: 1}
position2: {x: 22, y: 13}
color: magenta
# Items in this room