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 @@
# YOU'LL BELIEVE AROUNDER CAN FLY
room:
number: "39"
name: "YOU'LL BELIEVE AROUNDER CAN FLY"
bgColor: black
border: cyan
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "40"
right: "38"
left: 40.yaml
right: 38.yaml
# Item display colors
itemColor1: magenta
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,20 +45,16 @@ enemies:
position: {x: 3, y: 1}
velocity: {x: 0, y: 0}
boundaries:
x1: 3
y1: 1
x2: 3
y2: 1
position1: {x: 3, y: 1}
position2: {x: 3, y: 1}
color: white
- animation: flying_arounder.yaml
position: {x: 9, y: 1}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 9
y1: 1
x2: 9
y2: 10
position1: {x: 9, y: 1}
position2: {x: 9, y: 10}
color: white
flip: true
@@ -67,10 +62,8 @@ enemies:
position: {x: 15, y: 0}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 15
y1: 0
x2: 15
y2: 14
position1: {x: 15, y: 0}
position2: {x: 15, y: 14}
color: white
flip: true
@@ -78,10 +71,8 @@ enemies:
position: {x: 22, y: 10}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 22
y1: 0
x2: 22
y2: 14
position1: {x: 22, y: 0}
position2: {x: 22, y: 14}
color: white
flip: true
@@ -89,10 +80,8 @@ enemies:
position: {x: 16, y: 5}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 16
y1: 0
x2: 16
y2: 10
position1: {x: 16, y: 0}
position2: {x: 16, y: 10}
color: white
flip: true