62 lines
2.6 KiB
YAML
62 lines
2.6 KiB
YAML
# ...?
|
||
room:
|
||
name: "...?"
|
||
bgColor: black
|
||
border: cyan
|
||
tileSetFile: standard.gif
|
||
|
||
# Conexiones de la habitación (null = sin conexión)
|
||
connections:
|
||
up: 34.yaml
|
||
down: 28.yaml
|
||
left: null
|
||
right: 33.yaml
|
||
|
||
# Colores de los objetos
|
||
itemColor1: yellow
|
||
itemColor2: magenta
|
||
|
||
# Dirección de la cinta transportadora: left, none, right
|
||
conveyorBelt: none
|
||
|
||
# Tilemap: 16 filas × 32 columnas (256×192 píxeles @ 8px/tile)
|
||
# Índices de tiles (0 = vacío)
|
||
tilemap:
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 234, 234, 0, 0, 234, 234, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 141, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 142, 0, 234, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 142, 0, 234, 234, 234, 234, 0, 40, 234, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 234, 0, 142, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 234, 40, 0, 141, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 234, 234, 0, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 142, 234, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 40, 234, 0, 0, 0, 0, 0, 142, 0, 234, 0]
|
||
- [0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 234, 234, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 142, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 142, 0, 0, 0, 234, 234, 0, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 355, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 234, 0, 0, 0, 0, 0, 355, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 0, 40, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 234, 234, 40, 234, 234, 0, 0, 234, 234, 40, 234, 187, 187]
|
||
|
||
# Enemigos en esta habitación
|
||
enemies:
|
||
- animation: tree_thing.yaml
|
||
position: {x: 23, y: 4}
|
||
velocity: {x: 0, y: 24.0}
|
||
boundaries:
|
||
position1: {x: 23, y: 4}
|
||
position2: {x: 23, y: 13}
|
||
color: yellow
|
||
|
||
- animation: shooting_star.yaml
|
||
position: {x: 10, y: 2}
|
||
velocity: {x: 0, y: 0}
|
||
boundaries:
|
||
position1: {x: 10, y: 2}
|
||
position2: {x: 10, y: 2}
|
||
color: white
|
||
frame: 0
|
||
|
||
# No items in this room
|
||
items: [] |