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 @@
# THAT'S A GUITAR
room:
number: "55"
name: "THAT'S A GUITAR"
bgColor: black
border: black
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "54"
right: "56"
left: 54.yaml
right: 56.yaml
# Item display colors
itemColor1: magenta
itemColor2: red
# Conveyor belt direction: left (-1), none (0), right (1)
autoSurface: -1
autoSurface: left
# 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: 15, y: 13}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 9
y1: 13
x2: 25
y2: 13
position1: {x: 9, y: 13}
position2: {x: 25, y: 13}
color: cyan
- animation: guitar.yaml
position: {x: 16, y: 4}
velocity: {x: 0, y: 18.0}
boundaries:
x1: 16
y1: 4
x2: 16
y2: 10
position1: {x: 16, y: 4}
position2: {x: 16, y: 10}
color: red
# Items in this room