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 @@
# QVOID IS A JAILGAME!
room:
number: "30"
name: "QVOID IS A JAILGAME!"
bgColor: blue
border: bright_black
@@ -11,14 +10,14 @@ room:
up: null
down: null
left: null
right: "29"
right: 29.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,10 +45,8 @@ enemies:
position: {x: 1, y: 1}
velocity: {x: 42.0, y: 0}
boundaries:
x1: 1
y1: 1
x2: 29
y2: 1
position1: {x: 1, y: 1}
position2: {x: 29, y: 1}
color: white
flip: true
@@ -57,10 +54,8 @@ enemies:
position: {x: 29, y: 1}
velocity: {x: -42.0, y: 0}
boundaries:
x1: 1
y1: 1
x2: 29
y2: 1
position1: {x: 1, y: 1}
position2: {x: 29, y: 1}
color: red
flip: true
@@ -68,10 +63,8 @@ enemies:
position: {x: 6, y: 7}
velocity: {x: -30.0, y: 0}
boundaries:
x1: 1
y1: 7
x2: 27
y2: 7
position1: {x: 1, y: 7}
position2: {x: 27, y: 7}
color: green
flip: true