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 FINAL CROSSOVER
room:
number: "38"
name: "THE FINAL CROSSOVER"
bgColor: bright_black
border: yellow
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "39"
right: "37"
left: 39.yaml
right: 37.yaml
# Item display colors
itemColor1: yellow
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,30 +45,24 @@ enemies:
position: {x: 9, y: 11}
velocity: {x: 0, y: 0}
boundaries:
x1: 9
y1: 11
x2: 9
y2: 11
position1: {x: 9, y: 11}
position2: {x: 9, y: 11}
color: white
- animation: stopped_arounder.yaml
position: {x: 18, y: 11}
velocity: {x: 0, y: 0}
boundaries:
x1: 18
y1: 11
x2: 18
y2: 11
position1: {x: 18, y: 11}
position2: {x: 18, y: 11}
color: white
- animation: walking_arounder.yaml
position: {x: 12, y: 1}
velocity: {x: 30.0, y: 0}
boundaries:
x1: 11
y1: 1
x2: 16
y2: 1
position1: {x: 11, y: 1}
position2: {x: 16, y: 1}
color: white
flip: true
@@ -77,10 +70,8 @@ enemies:
position: {x: 9, y: 0}
velocity: {x: 0, y: 0}
boundaries:
x1: 9
y1: 0
x2: 9
y2: 0
position1: {x: 9, y: 0}
position2: {x: 9, y: 0}
color: yellow
flip: true
@@ -88,10 +79,8 @@ enemies:
position: {x: 3, y: 1}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 3
y1: 1
x2: 3
y2: 9
position1: {x: 3, y: 1}
position2: {x: 3, y: 9}
color: white
flip: true
@@ -99,10 +88,8 @@ enemies:
position: {x: 12, y: 10}
velocity: {x: 12.0, y: 0}
boundaries:
x1: 10
y1: 10
x2: 17
y2: 10
position1: {x: 10, y: 10}
position2: {x: 17, y: 10}
color: bright_yellow
flip: true