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 PASSAGE
room:
number: "12"
name: "THE PASSAGE"
bgColor: black
border: green
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "11"
right: "13"
left: 11.yaml
right: 13.yaml
# Item display colors
itemColor1: red
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: 9, y: 10}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 4
y1: 10
x2: 22
y2: 10
position1: {x: 4, y: 10}
position2: {x: 22, y: 10}
color: green
- animation: floppy.yaml
position: {x: 1, y: 0}
velocity: {x: 0, y: 30.0}
boundaries:
x1: 1
y1: 0
x2: 1
y2: 7
position1: {x: 1, y: 0}
position2: {x: 1, y: 7}
color: yellow
# Items in this room