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 @@
# SIGMASUA > TELEGRAM
room:
number: "07"
name: "SIGMASUA > TELEGRAM"
bgColor: black
border: blue
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "08"
right: "04"
left: 08.yaml
right: 04.yaml
# Item display colors
itemColor1: magenta
itemColor2: red
# 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,60 +45,48 @@ enemies:
position: {x: 15, y: 7}
velocity: {x: 48.0, y: 0}
boundaries:
x1: 7
y1: 7
x2: 23
y2: 7
position1: {x: 7, y: 7}
position2: {x: 23, y: 7}
color: cyan
- animation: sigmasua.yaml
position: {x: 15, y: 4}
velocity: {x: -30.0, y: 0}
boundaries:
x1: 7
y1: 4
x2: 23
y2: 4
position1: {x: 7, y: 4}
position2: {x: 23, y: 4}
color: blue
- animation: sigmasua.yaml
position: {x: 3, y: 8}
velocity: {x: 0, y: 24.0}
boundaries:
x1: 3
y1: 5
x2: 3
y2: 13
position1: {x: 3, y: 5}
position2: {x: 3, y: 13}
color: bright_red
- animation: sigmasua.yaml
position: {x: 27, y: 8}
velocity: {x: 0, y: -24.0}
boundaries:
x1: 27
y1: 5
x2: 27
y2: 13
position1: {x: 27, y: 5}
position2: {x: 27, y: 13}
color: yellow
- animation: sigmasua.yaml
position: {x: 12, y: 10}
velocity: {x: 0, y: 18.0}
boundaries:
x1: 12
y1: 10
x2: 12
y2: 13
position1: {x: 12, y: 10}
position2: {x: 12, y: 13}
color: bright_magenta
- animation: sigmasua.yaml
position: {x: 17, y: 13}
velocity: {x: 0, y: -18.0}
boundaries:
x1: 17
y1: 10
x2: 17
y2: 13
position1: {x: 17, y: 10}
position2: {x: 17, y: 13}
color: bright_green
# Items in this room