- [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 BIG TREE
room:
number: "09"
name: "THE BIG TREE"
bgColor: black
border: bright_blue
tileSetFile: standard.gif
# Room connections (null for no connection)
# Conexiones de la habitación (null = sin conexión)
connections:
up: "10"
down: "08"
up: 10.yaml
down: 08.yaml
left: null
right: null
# Item display colors
# Colores de los objetos
itemColor1: cyan
itemColor2: green
# 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, 304, 304, 40, 40, 40, 40, 304, 304, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 517, 16, 16]
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 304, -1, -1, 40, 40, 40, 40, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 517, 16, 16, 16]
@@ -40,16 +39,14 @@ tilemap:
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 537, -1, -1, -1, -1, -1, -1, -1, -1, -1, 16]
- [562, 562, 562, 562, 562, 562, 562, 562, 562, 562, -1, -1, -1, 40, 40, 40, 40, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, -1, -1, 348, 348, 348]
# Enemies in this room
# Enemigos en esta habitación
enemies:
- animation: congo.yaml
position: {x: 10, y: 12}
velocity: {x: 24.0, y: 0}
boundaries:
x1: 10
y1: 12
x2: 20
y2: 12
position1: {x: 10, y: 12}
position2: {x: 20, y: 12}
color: yellow
flip: true
@@ -57,14 +54,12 @@ enemies:
position: {x: 12, y: 6}
velocity: {x: 36.0, y: 0}
boundaries:
x1: 12
y1: 6
x2: 17
y2: 6
position1: {x: 12, y: 6}
position2: {x: 17, y: 6}
color: white
flip: true
# Items in this room
# Objetos en esta habitación
items:
- tileSetFile: items.gif
tile: 52