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 @@
# CHIRPING
room:
number: "58"
name: "CHIRPING"
bgColor: black
border: magenta
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "57"
right: "59"
left: 57.yaml
right: 59.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: 4, y: 2}
velocity: {x: 0, y: 30.0}
boundaries:
x1: 4
y1: 2
x2: 4
y2: 12
position1: {x: 4, y: 2}
position2: {x: 4, y: 12}
color: yellow
- animation: bird.yaml
position: {x: 9, y: 11}
velocity: {x: 0, y: -30.0}
boundaries:
x1: 9
y1: 0
x2: 9
y2: 10
position1: {x: 9, y: 0}
position2: {x: 9, y: 10}
color: green
- animation: bird.yaml
position: {x: 26, y: 5}
velocity: {x: 0, y: -30.0}
boundaries:
x1: 26
y1: 2
x2: 26
y2: 12
position1: {x: 26, y: 2}
position2: {x: 26, y: 12}
color: white
# Items in this room