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 @@
# MAKE MONEY
room:
number: "18"
name: "MAKE MONEY"
bgColor: black
border: yellow
@@ -8,9 +7,9 @@ room:
# Room connections (null for no connection)
connections:
up: "17"
down: "54"
left: "19"
up: 17.yaml
down: 54.yaml
left: 19.yaml
right: null
# Item display colors
@@ -18,7 +17,7 @@ room:
itemColor2: bright_yellow
# Conveyor belt direction: left (-1), none (0), right (1)
autoSurface: -1
autoSurface: left
# 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: 19, y: 6}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 18
y1: 6
x2: 29
y2: 6
position1: {x: 18, y: 6}
position2: {x: 29, y: 6}
color: magenta
- animation: spider.yaml
position: {x: 14, y: 10}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 14
y1: 10
x2: 28
y2: 10
position1: {x: 14, y: 10}
position2: {x: 28, y: 10}
color: yellow
- animation: spider.yaml
position: {x: 23, y: 12}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 23
y1: 12
x2: 28
y2: 12
position1: {x: 23, y: 12}
position2: {x: 28, y: 12}
color: magenta
mirror: true
@@ -77,20 +70,16 @@ enemies:
position: {x: 19, y: 1}
velocity: {x: 0, y: 0}
boundaries:
x1: 19
y1: 1
x2: 19
y2: 1
position1: {x: 19, y: 1}
position2: {x: 19, y: 1}
color: yellow
- animation: lamp.yaml
position: {x: 26, y: 1}
velocity: {x: 0, y: 0}
boundaries:
x1: 26
y1: 1
x2: 26
y2: 1
position1: {x: 26, y: 1}
position2: {x: 26, y: 1}
color: yellow
# Items in this room