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 @@
# } WE ALL LOVE JAILGAMES }
room:
number: "33"
name: "} WE ALL LOVE JAILGAMES }"
bgColor: black
border: bright_black
@@ -10,7 +9,7 @@ room:
connections:
up: null
down: null
left: "32"
left: 32.yaml
right: null
# Item display colors
@@ -18,7 +17,7 @@ room:
itemColor2: bright_yellow
# 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: 2, y: 2}
velocity: {x: 0, y: 3.0}
boundaries:
x1: 2
y1: 2
x2: 2
y2: 3
position1: {x: 2, y: 2}
position2: {x: 2, y: 3}
color: white
- animation: aerojailer.yaml
position: {x: 14, y: 5}
velocity: {x: 0, y: -2.4}
boundaries:
x1: 14
y1: 4
x2: 14
y2: 6
position1: {x: 14, y: 4}
position2: {x: 14, y: 6}
color: white
- animation: arounder.yaml
position: {x: 22, y: 5}
velocity: {x: 0, y: 1.8}
boundaries:
x1: 22
y1: 5
x2: 22
y2: 6
position1: {x: 22, y: 5}
position2: {x: 22, y: 6}
color: white
# Items in this room