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 @@
# PREVENT THE CRISIS
room:
number: "40"
name: "PREVENT THE CRISIS"
bgColor: black
border: bright_magenta
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "41"
right: "39"
left: 41.yaml
right: 39.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,20 +45,16 @@ enemies:
position: {x: 7, y: 1}
velocity: {x: 0, y: 0}
boundaries:
x1: 7
y1: 1
x2: 7
y2: 1
position1: {x: 7, y: 1}
position2: {x: 7, y: 1}
color: red
- animation: walking_arounder.yaml
position: {x: 10, y: 12}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 7
y1: 12
x2: 26
y2: 12
position1: {x: 7, y: 12}
position2: {x: 26, y: 12}
color: white
flip: true
@@ -67,10 +62,8 @@ enemies:
position: {x: 15, y: 12}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 7
y1: 12
x2: 26
y2: 12
position1: {x: 7, y: 12}
position2: {x: 26, y: 12}
color: green
flip: true
@@ -78,10 +71,8 @@ enemies:
position: {x: 20, y: 12}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 7
y1: 12
x2: 26
y2: 12
position1: {x: 7, y: 12}
position2: {x: 26, y: 12}
color: yellow
flip: true
@@ -89,10 +80,8 @@ enemies:
position: {x: 14, y: 2}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 11
y1: 2
x2: 18
y2: 2
position1: {x: 11, y: 2}
position2: {x: 18, y: 2}
color: cyan
flip: true