llevat soport per a colors amb nom

This commit is contained in:
2026-04-06 09:14:36 +02:00
parent c4a26ffa0f
commit cdf0665458
121 changed files with 676 additions and 5754 deletions

View File

@@ -1,6 +1,6 @@
room:
bgColor: bright_blue
border: blue
bgColor: 1
border: 0
tileSetFile: standard.gif
# Conexiones de la habitación (null = sin conexión)
@@ -11,13 +11,13 @@ room:
right: 02.yaml
# Colores de los objetos
itemColor1: yellow
itemColor2: magenta
itemColor1: 12
itemColor2: 6
# Dirección de la cinta transportadora: left, none, right
conveyorBelt: none
# Tilemap: 16 filas × 32 columnas (256×192 píxeles @ 8px/tile)
# Tilemap: 21 filas x 32 columnas @ 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]
@@ -33,9 +33,14 @@ tilemap:
- [33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33]
- [33, 33, 33, 33, 33, 33, 33, 33, 33, -1, -1, -1, -1, -1, -1, -1, 33, 137, 138, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33]
- [33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 33]
- [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, -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]
- [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, 33]
- [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, 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, 545, -1, -1, -1, -1, -1, 33, 33, 33, 33, 33, 33]
- [26, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 545, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
- [26, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 545, -1, -1, -1, -1, -1, -1, -1, -1, -1]
- [26, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 303, 303, -1, -1, -1, -1, -1, -1, -1]
- [26, -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]
- [26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26]
# Enemigos en esta habitación
enemies:
@@ -45,7 +50,6 @@ enemies:
boundaries:
position1: {x: 1, y: 13}
position2: {x: 1, y: 13}
color: white
- animation: jailer3.yaml
position: {x: 4, y: 13}
@@ -53,7 +57,6 @@ enemies:
boundaries:
position1: {x: 4, y: 13}
position2: {x: 4, y: 13}
color: white
- animation: jailer1.yaml
position: {x: 7, y: 13}
@@ -61,7 +64,6 @@ enemies:
boundaries:
position1: {x: 7, y: 13}
position2: {x: 7, y: 13}
color: white
- animation: jailer2.yaml
position: {x: 10, y: 13}
@@ -69,7 +71,6 @@ enemies:
boundaries:
position1: {x: 10, y: 13}
position2: {x: 10, y: 13}
color: white
- animation: jailer1.yaml
position: {x: 13, y: 13}
@@ -77,7 +78,6 @@ enemies:
boundaries:
position1: {x: 13, y: 13}
position2: {x: 13, y: 13}
color: white
- animation: elsa.yaml
position: {x: 3, y: 9}
@@ -85,7 +85,6 @@ enemies:
boundaries:
position1: {x: 3, y: 9}
position2: {x: 3, y: 9}
color: white
- animation: elsa.yaml
position: {x: 6, y: 9}
@@ -93,7 +92,6 @@ enemies:
boundaries:
position1: {x: 6, y: 9}
position2: {x: 6, y: 9}
color: white
- animation: lamp.yaml
position: {x: 23, y: 6}
@@ -101,7 +99,6 @@ enemies:
boundaries:
position1: {x: 23, y: 6}
position2: {x: 23, y: 6}
color: white
- animation: bry.yaml
position: {x: 17, y: 13}
@@ -109,7 +106,4 @@ enemies:
boundaries:
position1: {x: 17, y: 13}
position2: {x: 17, y: 13}
color: white
# No items in this room
items: []