- [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 @@
# PLAY IT AGAIN, SAM
room:
number: "24"
name: "PLAY IT AGAIN, SAM"
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: null
left: null
right: "23"
right: 23.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:
- [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, 21, 21, 21, 21, 21, 21, 21]
- [19, 19, 19, 19, 19, 19, 19, -1, -1, -1, -1, 306, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 306, -1, -1, -1, -1, 20, 20, 20, 20]
@@ -40,39 +39,33 @@ tilemap:
- [19, 19, -1, -1, -1, -1, -1, 518, 19, 19, 19, 19, 46, 47, 46, 47, 46, 47, 19, 19, 19, 19, 542, -1, -1, 555, -1, -1, -1, -1, -1, -1]
- [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, 21, 21, 21, 21, 21, 21, 21]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: sam.yaml
position: {x: 4, y: 2}
velocity: {x: 0, y: 0}
boundaries:
x1: 4
y1: 2
x2: 4
y2: 2
position1: {x: 4, y: 2}
position2: {x: 4, y: 2}
color: white
- animation: shock.yaml
position: {x: 5, y: 11}
velocity: {x: 0, y: 30.0}
boundaries:
x1: 5
y1: 11
x2: 5
y2: 14
position1: {x: 5, y: 11}
position2: {x: 5, y: 14}
color: bright_green
- animation: spider.yaml
position: {x: 25, y: 1}
velocity: {x: 0, y: 30.0}
boundaries:
x1: 25
y1: 1
x2: 25
y2: 10
position1: {x: 25, y: 1}
position2: {x: 25, y: 10}
color: bright_green
# Items in this room
# Objetos en esta habitación
items:
- tileSetFile: items.gif
tile: 31