- [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 @@
# THE BATTLE NEVER ENDS
room:
number: "47"
name: "THE BATTLE NEVER ENDS"
bgColor: black
border: white
tileSetFile: standard.gif
# Room connections (null for no connection)
# Conexiones de la habitación (null = sin conexión)
connections:
up: "51"
up: 51.yaml
down: null
left: "48"
left: 48.yaml
right: null
# Item display colors
# Colores de los objetos
itemColor1: red
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:
- [27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, -1, -1, -1, -1, -1, 504, 27, 27, 27, 85, 85]
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 504, -1, -1, -1, -1, 85, 85]
@@ -40,16 +39,14 @@ tilemap:
- [27, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 85, 85]
- [27, 27, 27, 27, 27, 388, 388, 388, 27, 27, 27, 27, 27, 388, 388, 388, 27, 27, 27, 27, 27, 388, 388, 27, 388, 27, 27, 27, 27, 27, 85, 85]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: jailbattle_alien.yaml
position: {x: 10, y: 3}
velocity: {x: 48.0, y: 0}
boundaries:
x1: 3
y1: 3
x2: 27
y2: 3
position1: {x: 3, y: 3}
position2: {x: 27, y: 3}
color: green
flip: true
@@ -57,10 +54,8 @@ enemies:
position: {x: 25, y: 4}
velocity: {x: 0, y: 48.0}
boundaries:
x1: 25
y1: 4
x2: 25
y2: 10
position1: {x: 25, y: 4}
position2: {x: 25, y: 10}
color: yellow
flip: true
@@ -68,10 +63,8 @@ enemies:
position: {x: 7, y: 6}
velocity: {x: 0, y: 30.0}
boundaries:
x1: 7
y1: 6
x2: 7
y2: 13
position1: {x: 7, y: 6}
position2: {x: 7, y: 13}
color: red
flip: true
@@ -79,14 +72,12 @@ enemies:
position: {x: 18, y: 13}
velocity: {x: 30.0, y: 0}
boundaries:
x1: 15
y1: 13
x2: 27
y2: 13
position1: {x: 15, y: 13}
position2: {x: 27, y: 13}
color: cyan
flip: true
# Items in this room
# Objetos en esta habitación
items:
- tileSetFile: items.gif
tile: 19