- First commit
This commit is contained in:
85
data/room/11.yaml
Normal file
85
data/room/11.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
# LAZY ROOM
|
||||
room:
|
||||
name: "LAZY ROOM"
|
||||
bgColor: black
|
||||
border: blue
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: 10.yaml
|
||||
right: 12.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 (-1 = vacío)
|
||||
tilemap:
|
||||
- [-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, 27]
|
||||
- [-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, 27]
|
||||
- [-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, 27]
|
||||
- [-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, 27]
|
||||
- [-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, 27]
|
||||
- [388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, -1, 364, -1, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388]
|
||||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 340, -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, 340, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||||
- [-1, -1, -1, -1, -1, -1, -1, 559, 559, -1, -1, -1, -1, -1, -1, 340, -1, -1, -1, -1, -1, 559, 559, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||||
- [85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85]
|
||||
- [-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, -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, -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, -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, -1, -1, -1, -1]
|
||||
- [85, 85, 539, -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, 515, 85, 85]
|
||||
- [85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85]
|
||||
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: lamp.yaml
|
||||
position: {x: 7, y: 10}
|
||||
velocity: {x: 0, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 7, y: 10}
|
||||
position2: {x: 7, y: 10}
|
||||
color: magenta
|
||||
|
||||
- animation: lamp.yaml
|
||||
position: {x: 21, y: 10}
|
||||
velocity: {x: 0, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 21, y: 10}
|
||||
position2: {x: 21, y: 10}
|
||||
color: magenta
|
||||
|
||||
- animation: bin.yaml
|
||||
position: {x: 12, y: 14}
|
||||
velocity: {x: 48.0, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 3, y: 14}
|
||||
position2: {x: 27, y: 14}
|
||||
color: green
|
||||
|
||||
- animation: wave.yaml
|
||||
position: {x: 7, y: 6}
|
||||
velocity: {x: 30.0, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 0, y: 6}
|
||||
position2: {x: 14, y: 6}
|
||||
color: green
|
||||
|
||||
- animation: wave.yaml
|
||||
position: {x: 23, y: 6}
|
||||
velocity: {x: -30.0, y: 0}
|
||||
boundaries:
|
||||
position1: {x: 16, y: 6}
|
||||
position2: {x: 31, y: 6}
|
||||
color: green
|
||||
|
||||
# No items in this room
|
||||
items: []
|
||||
Reference in New Issue
Block a user