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 @@
# TUNO KILLER
room:
number: "13"
name: "TUNO KILLER"
bgColor: black
border: blue
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "12"
right: "14"
left: 12.yaml
right: 14.yaml
# Item display colors
itemColor1: yellow
itemColor2: cyan
# 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,40 +45,32 @@ enemies:
position: {x: 5, y: 1}
velocity: {x: 0, y: 60.0}
boundaries:
x1: 5
y1: 1
x2: 5
y2: 13
position1: {x: 5, y: 1}
position2: {x: 5, y: 13}
color: bright_blue
- animation: tuno.yaml
position: {x: 12, y: 4}
velocity: {x: 0, y: 66.0}
boundaries:
x1: 12
y1: 1
x2: 12
y2: 13
position1: {x: 12, y: 1}
position2: {x: 12, y: 13}
color: red
- animation: tuno.yaml
position: {x: 19, y: 7}
velocity: {x: 0, y: 54.0}
boundaries:
x1: 19
y1: 1
x2: 19
y2: 13
position1: {x: 19, y: 1}
position2: {x: 19, y: 13}
color: yellow
- animation: tuno.yaml
position: {x: 26, y: 11}
velocity: {x: 0, y: 42.0}
boundaries:
x1: 26
y1: 1
x2: 26
y2: 13
position1: {x: 26, y: 1}
position2: {x: 26, y: 13}
color: magenta
# Items in this room