120 lines
4.0 KiB
YAML
120 lines
4.0 KiB
YAML
# YOU'LL BELIEVE AROUNDER CAN FLY
|
||
room:
|
||
number: "39"
|
||
name: "YOU'LL BELIEVE AROUNDER CAN FLY"
|
||
bgColor: black
|
||
border: cyan
|
||
tileSetFile: standard.gif
|
||
|
||
# Room connections (null for no connection)
|
||
connections:
|
||
up: null
|
||
down: null
|
||
left: "40"
|
||
right: "38"
|
||
|
||
# Item display colors
|
||
itemColor1: magenta
|
||
itemColor2: cyan
|
||
|
||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||
autoSurface: 0
|
||
|
||
# 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, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 219, 220, 220, 221, -1, -1, -1, -1]
|
||
- [-1, -1, 219, 220, 220, 221, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, 262, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, 310, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 219, 220, 220, 220, 221, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, 219, 220, 220, 220, 221, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, 263, -1, -1, -1, -1, 287, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, 262, -1, -1, -1, 219, 220, 220, 221, -1, -1, -1, 287, -1, 287, -1, -1, -1, -1, 311, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, 287, -1, -1, -1, -1, 219, 220, 220, 221, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 262, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, 310, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 286, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, 219, 220, 220, 220, 221, -1, -1, -1, -1, -1, 219, 220, 220, 220, 220, 221, -1, -1, -1, 286, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [223, 224, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, -1, 311, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 311, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [556, 556, 216, 217, 217, 217, 217, 218, 556, 556, 556, 556, 216, 217, 217, 217, 217, 217, 218, 556, 556, 556, 216, 217, 217, 217, 217, 217, 217, 217, 217, 217]
|
||
|
||
# Enemies in this room
|
||
enemies:
|
||
- animation: arounders_door.yaml
|
||
position: {x: 3, y: 1}
|
||
velocity: {x: 0, y: 0}
|
||
boundaries:
|
||
x1: 3
|
||
y1: 1
|
||
x2: 3
|
||
y2: 1
|
||
color: white
|
||
|
||
- animation: flying_arounder.yaml
|
||
position: {x: 9, y: 1}
|
||
velocity: {x: 0, y: 42.0}
|
||
boundaries:
|
||
x1: 9
|
||
y1: 1
|
||
x2: 9
|
||
y2: 10
|
||
color: white
|
||
flip: true
|
||
|
||
- animation: flying_arounder.yaml
|
||
position: {x: 15, y: 0}
|
||
velocity: {x: 0, y: 42.0}
|
||
boundaries:
|
||
x1: 15
|
||
y1: 0
|
||
x2: 15
|
||
y2: 14
|
||
color: white
|
||
flip: true
|
||
|
||
- animation: flying_arounder.yaml
|
||
position: {x: 22, y: 10}
|
||
velocity: {x: 0, y: 42.0}
|
||
boundaries:
|
||
x1: 22
|
||
y1: 0
|
||
x2: 22
|
||
y2: 14
|
||
color: white
|
||
flip: true
|
||
|
||
- animation: flying_arounder.yaml
|
||
position: {x: 16, y: 5}
|
||
velocity: {x: 0, y: 42.0}
|
||
boundaries:
|
||
x1: 16
|
||
y1: 0
|
||
x2: 16
|
||
y2: 10
|
||
color: white
|
||
flip: true
|
||
|
||
# Items in this room
|
||
items:
|
||
- tileSetFile: items.gif
|
||
tile: 47
|
||
position: {x: 4, y: 5}
|
||
counter: 1
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 47
|
||
position: {x: 26, y: 1}
|
||
counter: 2
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 47
|
||
position: {x: 25, y: 7}
|
||
counter: 3
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 47
|
||
position: {x: 25, y: 14}
|
||
counter: 4
|