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 @@
# THIS CAN'T BE THE BATCAVE
room:
number: "19"
name: "THIS CAN'T BE THE BATCAVE"
bgColor: black
border: cyan
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "20"
right: "18"
left: 20.yaml
right: 18.yaml
# Item display colors
itemColor1: cyan
itemColor2: blue
# 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,10 +45,8 @@ enemies:
position: {x: 10, y: 13}
velocity: {x: 48.0, y: 0}
boundaries:
x1: 5
y1: 13
x2: 26
y2: 13
position1: {x: 5, y: 13}
position2: {x: 26, y: 13}
color: bright_cyan
flip: true
@@ -57,10 +54,8 @@ enemies:
position: {x: 0, y: 1}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 1
y1: 1
x2: 31
y2: 1
position1: {x: 1, y: 1}
position2: {x: 31, y: 1}
color: cyan
mirror: true