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 @@
# ULA HOP!
room:
number: "34"
name: "ULA HOP!"
bgColor: black
border: cyan
@@ -9,8 +8,8 @@ room:
# Room connections (null for no connection)
connections:
up: null
down: "32"
left: "35"
down: 32.yaml
left: 35.yaml
right: null
# Item display colors
@@ -18,7 +17,7 @@ room:
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,30 +45,24 @@ enemies:
position: {x: 20, y: 1}
velocity: {x: 0, y: 48.0}
boundaries:
x1: 20
y1: 1
x2: 20
y2: 13
position1: {x: 20, y: 1}
position2: {x: 20, y: 13}
color: cyan
- animation: spark.yaml
position: {x: 11, y: 4}
velocity: {x: 30.0, y: 0}
boundaries:
x1: 11
y1: 4
x2: 18
y2: 4
position1: {x: 11, y: 4}
position2: {x: 18, y: 4}
color: cyan
- animation: spark.yaml
position: {x: 1, y: 1}
velocity: {x: 60.0, y: 0}
boundaries:
x1: 1
y1: 1
x2: 29
y2: 1
position1: {x: 1, y: 1}
position2: {x: 29, y: 1}
color: yellow
mirror: true
@@ -77,20 +70,16 @@ enemies:
position: {x: 1, y: 6}
velocity: {x: 30.0, y: 0}
boundaries:
x1: 1
y1: 6
x2: 10
y2: 6
position1: {x: 1, y: 6}
position2: {x: 10, y: 6}
color: yellow
- animation: wave.yaml
position: {x: 17, y: 8}
velocity: {x: 54.0, y: 0}
boundaries:
x1: 17
y1: 8
x2: 29
y2: 8
position1: {x: 17, y: 8}
position2: {x: 29, y: 8}
color: yellow
# Items in this room