99 lines
3.7 KiB
YAML
99 lines
3.7 KiB
YAML
# JAILGAMES GO TO HELL
|
||
room:
|
||
name: "JAILGAMES GO TO HELL"
|
||
bgColor: red
|
||
border: bright_red
|
||
tileSetFile: standard.gif
|
||
|
||
# Room connections (null for no connection)
|
||
connections:
|
||
up: null
|
||
down: null
|
||
left: 56.yaml
|
||
right: 58.yaml
|
||
|
||
# Item display colors
|
||
itemColor1: yellow
|
||
itemColor2: green
|
||
|
||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||
autoSurface: left
|
||
|
||
# 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]
|
||
- [18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18]
|
||
- [18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18]
|
||
- [18, -1, -1, -1, -1, -1, 18, 18, 18, -1, -1, -1, -1, 18, 18, 18, -1, -1, -1, -1, 18, 18, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 524, 18]
|
||
- [18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 524, -1, 18]
|
||
- [18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 307, -1, -1, 18]
|
||
- [18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18]
|
||
- [18, -1, -1, -1, -1, 524, 307, 307, 307, -1, -1, -1, -1, 307, 307, 307, -1, -1, -1, -1, 307, 307, 307, -1, -1, -1, -1, 307, -1, -1, -1, 18]
|
||
- [18, -1, -1, -1, 307, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18]
|
||
- [18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 18]
|
||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [-1, -1, -1, 555, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 555, -1, -1, -1, -1, -1, -1, -1, -1]
|
||
- [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18]
|
||
- [492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492, 492]
|
||
|
||
# Enemies in this room
|
||
enemies:
|
||
- animation: dimallas.yaml
|
||
position: {x: 13, y: 12}
|
||
velocity: {x: 54.0, y: 0}
|
||
boundaries:
|
||
position1: {x: 4, y: 12}
|
||
position2: {x: 21, y: 12}
|
||
color: green
|
||
|
||
- animation: heavy.yaml
|
||
position: {x: 17, y: 5}
|
||
velocity: {x: 0, y: 36.0}
|
||
boundaries:
|
||
position1: {x: 17, y: 2}
|
||
position2: {x: 17, y: 10}
|
||
color: white
|
||
|
||
- animation: heavy.yaml
|
||
position: {x: 10, y: 8}
|
||
velocity: {x: 0, y: 36.0}
|
||
boundaries:
|
||
position1: {x: 10, y: 2}
|
||
position2: {x: 10, y: 10}
|
||
color: yellow
|
||
|
||
# Items in this room
|
||
items:
|
||
- tileSetFile: items.gif
|
||
tile: 32
|
||
position: {x: 7, y: 8}
|
||
counter: 1
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 32
|
||
position: {x: 14, y: 8}
|
||
counter: 2
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 32
|
||
position: {x: 21, y: 8}
|
||
counter: 3
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 49
|
||
position: {x: 7, y: 11}
|
||
counter: 4
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 49
|
||
position: {x: 14, y: 11}
|
||
counter: 5
|
||
|
||
- tileSetFile: items.gif
|
||
tile: 49
|
||
position: {x: 21, y: 11}
|
||
counter: 6
|