- [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 JAIL
room:
number: "01"
name: "THE JAIL"
bgColor: bright_blue
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: null
right: "02"
right: 02.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:
- [191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191]
- [167, 165, 184, 166, 165, 184, 165, 165, 167, 165, 165, 166, 165, 165, 184, 165, 165, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 165]
@@ -40,96 +39,78 @@ tilemap:
- [33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 134, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
- [33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: jailer_#1.yaml
position: {x: 1, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 1
y1: 13
x2: 1
y2: 13
position1: {x: 1, y: 13}
position2: {x: 1, y: 13}
color: white
- animation: jailer_#3.yaml
position: {x: 4, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 4
y1: 13
x2: 4
y2: 13
position1: {x: 4, y: 13}
position2: {x: 4, y: 13}
color: white
- animation: jailer_#1.yaml
position: {x: 7, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 7
y1: 13
x2: 7
y2: 13
position1: {x: 7, y: 13}
position2: {x: 7, y: 13}
color: white
- animation: jailer_#2.yaml
position: {x: 10, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 10
y1: 13
x2: 10
y2: 13
position1: {x: 10, y: 13}
position2: {x: 10, y: 13}
color: white
- animation: jailer_#1.yaml
position: {x: 13, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 13
y1: 13
x2: 13
y2: 13
position1: {x: 13, y: 13}
position2: {x: 13, y: 13}
color: white
- animation: elsa.yaml
position: {x: 3, y: 9}
velocity: {x: 0, y: 0}
boundaries:
x1: 3
y1: 9
x2: 3
y2: 9
position1: {x: 3, y: 9}
position2: {x: 3, y: 9}
color: white
- animation: elsa.yaml
position: {x: 6, y: 9}
velocity: {x: 0, y: 0}
boundaries:
x1: 6
y1: 9
x2: 6
y2: 9
position1: {x: 6, y: 9}
position2: {x: 6, y: 9}
color: white
- animation: lamp.yaml
position: {x: 23, y: 6}
velocity: {x: 0, y: 0}
boundaries:
x1: 23
y1: 6
x2: 23
y2: 6
position1: {x: 23, y: 6}
position2: {x: 23, y: 6}
color: white
- animation: bry.yaml
position: {x: 17, y: 13}
velocity: {x: 0, y: 0}
boundaries:
x1: 17
y1: 13
x2: 17
y2: 13
position1: {x: 17, y: 13}
position2: {x: 17, y: 13}
color: white
# No items in this room