- [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 @@
# LAZY ROOM
room:
number: "11"
name: "LAZY ROOM"
bgColor: black
border: blue
tileSetFile: standard.gif
# Room connections (null for no connection)
# Conexiones de la habitación (null = sin conexión)
connections:
up: null
down: null
left: "10"
right: "12"
left: 10.yaml
right: 12.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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, -1, -1, 27]
@@ -40,56 +39,46 @@ tilemap:
- [85, 85, 539, -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, 515, 85, 85]
- [85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: lamp.yaml
position: {x: 7, y: 10}
velocity: {x: 0, y: 0}
boundaries:
x1: 7
y1: 10
x2: 7
y2: 10
position1: {x: 7, y: 10}
position2: {x: 7, y: 10}
color: magenta
- animation: lamp.yaml
position: {x: 21, y: 10}
velocity: {x: 0, y: 0}
boundaries:
x1: 21
y1: 10
x2: 21
y2: 10
position1: {x: 21, y: 10}
position2: {x: 21, y: 10}
color: magenta
- animation: bin.yaml
position: {x: 12, y: 14}
velocity: {x: 48.0, y: 0}
boundaries:
x1: 3
y1: 14
x2: 27
y2: 14
position1: {x: 3, y: 14}
position2: {x: 27, y: 14}
color: green
- animation: wave.yaml
position: {x: 7, y: 6}
velocity: {x: 30.0, y: 0}
boundaries:
x1: 0
y1: 6
x2: 14
y2: 6
position1: {x: 0, y: 6}
position2: {x: 14, y: 6}
color: green
- animation: wave.yaml
position: {x: 23, y: 6}
velocity: {x: -30.0, y: 0}
boundaries:
x1: 16
y1: 6
x2: 31
y2: 6
position1: {x: 16, y: 6}
position2: {x: 31, y: 6}
color: green
# No items in this room