- [NEW] Updatats de nou els Yamals de les habitacions

- [NEW] Es mostren les propietats dels enemics i els items quan els selecciones.
- [NEW] misc::floatToString()
This commit is contained in:
2025-11-19 13:58:45 +01:00
parent 0263c9e54d
commit 546ab9aa55
63 changed files with 1036 additions and 1461 deletions

View File

@@ -1,27 +1,26 @@
# INNER CHAMBER
room:
number: "23"
name: "INNER CHAMBER"
bgColor: black
border: bright_yellow
tileSetFile: standard.gif
# Room connections (null for no connection)
# Conexiones de la habitación (null = sin conexión)
connections:
up: null
down: "21"
left: "24"
down: 21.yaml
left: 24.yaml
right: null
# Item display colors
# Colores de los objetos
itemColor1: yellow
itemColor2: magenta
# Conveyor belt direction: left (-1), none (0), right (1)
autoSurface: 0
# Dirección de la cinta transportadora: left, none, right
conveyorBelt: none
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
# Values are 0-based tile indices (0 = empty)
# Tilemap: 16 filas × 32 columnas (256×192 píxeles @ 8px/tile)
# Índices de tiles (-1 = vacío)
tilemap:
- [20, 20, 20, 20, 20, 22, 23, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
- [20, 20, 20, 20, 20, 46, 47, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
@@ -40,39 +39,33 @@ tilemap:
- [-1, -1, -1, -1, -1, 555, -1, -1, -1, 518, 20, 20, 20, 46, 47, 20, 20, 20, 542, -1, -1, -1, -1, -1, -1, -1, -1, -1, 20, 46, 47, 20]
- [21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, -1, -1, 21, 21, 21, 21, 21]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: shock.yaml
position: {x: 7, y: 7}
velocity: {x: 0, y: 48.0}
boundaries:
x1: 7
y1: 3
x2: 7
y2: 14
position1: {x: 7, y: 3}
position2: {x: 7, y: 14}
color: magenta
- animation: shock.yaml
position: {x: 20, y: 10}
velocity: {x: 0, y: 48.0}
boundaries:
x1: 20
y1: 3
x2: 20
y2: 14
position1: {x: 20, y: 3}
position2: {x: 20, y: 14}
color: magenta
- animation: shock.yaml
position: {x: 27, y: 10}
velocity: {x: 0, y: -48.0}
boundaries:
x1: 27
y1: 3
x2: 27
y2: 14
position1: {x: 27, y: 3}
position2: {x: 27, y: 14}
color: magenta
# Items in this room
# Objetos en esta habitación
items:
- tileSetFile: items.gif
tile: 38