- [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 @@
# ...?
room:
number: "32"
name: "...?"
bgColor: black
border: cyan
tileSetFile: standard.gif
# Room connections (null for no connection)
# Conexiones de la habitación (null = sin conexión)
connections:
up: "34"
down: "28"
up: 34.yaml
down: 28.yaml
left: null
right: "33"
right: 33.yaml
# 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:
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, 234, 234, -1, -1, 234, 234, 40, -1, -1, -1]
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, -1, -1, -1, -1, 40, -1, -1, -1]
@@ -40,26 +39,22 @@ tilemap:
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 380, -1, 40, -1, -1, -1, -1, -1, -1, 40, -1, -1, -1]
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 234, 234, 234, 40, 234, 234, -1, -1, 234, 234, 40, 234, 187, 187]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: tree_thing.yaml
position: {x: 23, y: 4}
velocity: {x: 0, y: 24.0}
boundaries:
x1: 23
y1: 4
x2: 23
y2: 13
position1: {x: 23, y: 4}
position2: {x: 23, y: 13}
color: yellow
- animation: shooting_star.yaml
position: {x: 10, y: 2}
velocity: {x: 0, y: 0}
boundaries:
x1: 10
y1: 2
x2: 10
y2: 2
position1: {x: 10, y: 2}
position2: {x: 10, y: 2}
color: white
frame: 0