79 lines
3.1 KiB
YAML
79 lines
3.1 KiB
YAML
# KILLING SPREE
|
||
room:
|
||
name: "KILLING SPREE"
|
||
bgColor: black
|
||
border: blue
|
||
tileSetFile: standard.gif
|
||
|
||
# Conexiones de la habitación (null = sin conexión)
|
||
connections:
|
||
up: null
|
||
down: 15.yaml
|
||
left: 13.yaml
|
||
right: 45.yaml
|
||
|
||
# Colores de los objetos
|
||
itemColor1: yellow
|
||
itemColor2: cyan
|
||
|
||
# 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29]
|
||
- [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, 0, 29]
|
||
- [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, 0, 29]
|
||
- [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, 0, 29]
|
||
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 29]
|
||
- [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, 305, 0, 0, 0, 0, 0, 29]
|
||
- [25, 25, 25, 25, 25, 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, 29]
|
||
- [136, 136, 136, 136, 136, 0, 25, 25, 25, 25, 25, 537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 305, 0, 0, 305, 29]
|
||
- [136, 65, 136, 65, 136, 0, 136, 136, 136, 136, 136, 136, 537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0]
|
||
- [136, 136, 136, 136, 136, 421, 136, 136, 65, 136, 65, 136, 136, 537, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0]
|
||
- [136, 65, 136, 65, 136, 0, 136, 136, 136, 136, 136, 136, 136, 136, 537, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 0, 305, 0, 0]
|
||
- [136, 136, 136, 136, 136, 0, 136, 136, 65, 136, 65, 136, 65, 136, 136, 537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 29, 29]
|
||
- [136, 136, 136, 136, 336, 0, 336, 136, 136, 136, 136, 136, 136, 136, 136, 136, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29]
|
||
- [0, 0, 0, 0, 336, 0, 336, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 0, 305, 0, 0, 325, 0, 0, 305, 0, 325, 305, 0, 0, 29]
|
||
- [0, 0, 0, 0, 336, 0, 336, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29]
|
||
- [15, 15, 15, 15, 15, 0, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 325, 0, 0, 325, 325, 15, 15, 15, 15, 15, 15, 15]
|
||
|
||
# Enemigos en esta habitación
|
||
enemies:
|
||
- animation: matatunos.yaml
|
||
position: {x: 6, y: 5}
|
||
velocity: {x: 18.0, y: 0}
|
||
boundaries:
|
||
position1: {x: 5, y: 5}
|
||
position2: {x: 10, y: 5}
|
||
color: bright_green
|
||
|
||
- animation: tuno.yaml
|
||
position: {x: 21, y: 2}
|
||
velocity: {x: 0, y: 24.0}
|
||
boundaries:
|
||
position1: {x: 21, y: 2}
|
||
position2: {x: 21, y: 13}
|
||
color: red
|
||
|
||
- animation: tuno.yaml
|
||
position: {x: 28, y: 6}
|
||
velocity: {x: 0, y: -24.0}
|
||
boundaries:
|
||
position1: {x: 28, y: 2}
|
||
position2: {x: 28, y: 13}
|
||
color: magenta
|
||
|
||
# Objetos en esta habitación
|
||
items:
|
||
- tileSetFile: items.gif
|
||
tile: 53
|
||
position: {x: 30, y: 14}
|
||
counter: 1
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 53
|
||
position: {x: 25, y: 1}
|
||
counter: 2
|