61 lines
2.6 KiB
YAML
61 lines
2.6 KiB
YAML
# THE BACKYARD
|
||
room:
|
||
name: "THE BACKYARD"
|
||
bgColor: blue
|
||
border: cyan
|
||
tileSetFile: standard.gif
|
||
|
||
# Conexiones de la habitación (null = sin conexión)
|
||
connections:
|
||
up: 28.yaml
|
||
down: 29.yaml
|
||
left: 26.yaml
|
||
right: null
|
||
|
||
# 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:
|
||
- [66, 67, 66, 67, 66, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16]
|
||
- [90, 91, 90, 91, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16]
|
||
- [92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16]
|
||
- [116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 256, 0, 0, 0, 0, 0, 16]
|
||
- [116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 16]
|
||
- [116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16]
|
||
- [116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 304, 304, 0, 304, 0, 0, 0, 0, 0, 16]
|
||
- [116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 304, 304, 304, 0, 304, 304, 0, 0, 0, 16]
|
||
- [140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 0, 304, 304, 304, 304, 0, 0, 0, 0, 0, 16]
|
||
- [31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 304, 304, 304, 304, 304, 0, 304, 0, 0, 16]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 304, 304, 304, 304, 304, 304, 304, 304, 0, 0, 0, 16]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 304, 304, 40, 40, 304, 304, 304, 0, 0, 0, 16]
|
||
- [31, 425, 426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 0, 40, 40, 304, 0, 0, 304, 0, 0, 16]
|
||
- [92, 0, 425, 426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 40, 40, 0, 0, 304, 0, 0, 0, 16]
|
||
- [140, 425, 426, 425, 426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 40, 0, 0, 0, 0, 0, 0, 16]
|
||
- [88, 89, 88, 89, 88, 89, 88, 89, 88, 93, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 0, 522, 16, 16, 16]
|
||
|
||
# No enemies in this room
|
||
enemies: []
|
||
|
||
# Objetos en esta habitación
|
||
items:
|
||
- tileSetFile: items.gif
|
||
tile: 28
|
||
position: {x: 1, y: 13}
|
||
counter: 1
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 32
|
||
position: {x: 11, y: 14}
|
||
counter: 2
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 32
|
||
position: {x: 14, y: 14}
|
||
counter: 3
|