- [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 @@
# ENTER PAKU SIMBEL
room:
number: "21"
name: "ENTER PAKU SIMBEL"
bgColor: bright_black
border: yellow
tileSetFile: standard.gif
# Room connections (null for no connection)
# Conexiones de la habitación (null = sin conexión)
connections:
up: "23"
up: 23.yaml
down: null
left: "22"
right: "20"
left: 22.yaml
right: 20.yaml
# Item display colors
# Colores de los objetos
itemColor1: magenta
itemColor2: yellow
# 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, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 529, -1, -1, -1, -1, 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, -1, -1, 529, -1, -1, -1, -1, -1, 306, 20, 20]
@@ -40,16 +39,14 @@ tilemap:
- [-1, -1, -1, -1, -1, -1, -1, -1, 555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
- [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, 20, 20]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: mummy.yaml
position: {x: 13, y: 13}
velocity: {x: 18.0, y: 0}
boundaries:
x1: 9
y1: 13
x2: 18
y2: 13
position1: {x: 9, y: 13}
position2: {x: 18, y: 13}
color: yellow
flip: true
@@ -57,14 +54,12 @@ enemies:
position: {x: 13, y: 9}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 4
y1: 9
x2: 21
y2: 9
position1: {x: 4, y: 9}
position2: {x: 21, y: 9}
color: bright_green
flip: true
# Items in this room
# Objetos en esta habitación
items:
- tileSetFile: items.gif
tile: 36