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 @@
# THE CHAPPEL
room:
number: "25"
name: "THE CHAPPEL"
bgColor: blue
border: yellow
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "06"
right: "26"
left: 06.yaml
right: 26.yaml
# Item display colors
itemColor1: yellow
itemColor2: cyan
# 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,60 +45,48 @@ enemies:
position: {x: 28, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 28
y1: 13
x2: 28
y2: 13
position1: {x: 28, y: 13}
position2: {x: 28, y: 13}
color: cyan
- animation: bell.yaml
position: {x: 28, y: 10}
velocity: {x: 0, y: 0}
boundaries:
x1: 28
y1: 10
x2: 28
y2: 10
position1: {x: 28, y: 10}
position2: {x: 28, y: 10}
color: cyan
- animation: bell.yaml
position: {x: 6, y: 2}
velocity: {x: 0, y: 0}
boundaries:
x1: 6
y1: 2
x2: 6
y2: 2
position1: {x: 6, y: 2}
position2: {x: 6, y: 2}
color: cyan
- animation: dong.yaml
position: {x: 6, y: 4}
velocity: {x: 0, y: 24.0}
boundaries:
x1: 6
y1: 4
x2: 6
y2: 13
position1: {x: 6, y: 4}
position2: {x: 6, y: 13}
color: cyan
- animation: bell.yaml
position: {x: 20, y: 2}
velocity: {x: 0, y: 0}
boundaries:
x1: 20
y1: 2
x2: 20
y2: 2
position1: {x: 20, y: 2}
position2: {x: 20, y: 2}
color: cyan
- animation: dong.yaml
position: {x: 20, y: 13}
velocity: {x: 0, y: -30.0}
boundaries:
x1: 20
y1: 4
x2: 20
y2: 13
position1: {x: 20, y: 4}
position2: {x: 20, y: 13}
color: cyan
# Items in this room