85 lines
3.5 KiB
YAML
85 lines
3.5 KiB
YAML
# LAZY ROOM
|
||
room:
|
||
name: "LAZY ROOM"
|
||
bgColor: black
|
||
border: blue
|
||
tileSetFile: standard.gif
|
||
|
||
# Room connections (null for no connection)
|
||
connections:
|
||
up: null
|
||
down: null
|
||
left: 10.yaml
|
||
right: 12.yaml
|
||
|
||
# Item display colors
|
||
itemColor1: yellow
|
||
itemColor2: magenta
|
||
|
||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||
autoSurface: none
|
||
|
||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||
# Values are 0-based tile indices (0 = empty)
|
||
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]
|
||
|
||
# Enemies in this room
|
||
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: [] |