format de fitxers room
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# INNER CHAMBER
|
||||
room:
|
||||
number: "23"
|
||||
name: "INNER CHAMBER"
|
||||
bgColor: black
|
||||
border: bright_yellow
|
||||
@@ -9,8 +8,8 @@ room:
|
||||
# Room connections (null for no connection)
|
||||
connections:
|
||||
up: null
|
||||
down: "21"
|
||||
left: "24"
|
||||
down: 21.yaml
|
||||
left: 24.yaml
|
||||
right: null
|
||||
|
||||
# Item display colors
|
||||
@@ -18,7 +17,7 @@ room:
|
||||
itemColor2: magenta
|
||||
|
||||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||||
autoSurface: 0
|
||||
autoSurface: none
|
||||
|
||||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||||
# Values are 0-based tile indices (0 = empty)
|
||||
@@ -46,30 +45,24 @@ enemies:
|
||||
position: {x: 7, y: 7}
|
||||
velocity: {x: 0, y: 48.0}
|
||||
boundaries:
|
||||
x1: 7
|
||||
y1: 3
|
||||
x2: 7
|
||||
y2: 14
|
||||
position1: {x: 7, y: 3}
|
||||
position2: {x: 7, y: 14}
|
||||
color: magenta
|
||||
|
||||
- animation: shock.yaml
|
||||
position: {x: 20, y: 10}
|
||||
velocity: {x: 0, y: 48.0}
|
||||
boundaries:
|
||||
x1: 20
|
||||
y1: 3
|
||||
x2: 20
|
||||
y2: 14
|
||||
position1: {x: 20, y: 3}
|
||||
position2: {x: 20, y: 14}
|
||||
color: magenta
|
||||
|
||||
- animation: shock.yaml
|
||||
position: {x: 27, y: 10}
|
||||
velocity: {x: 0, y: -48.0}
|
||||
boundaries:
|
||||
x1: 27
|
||||
y1: 3
|
||||
x2: 27
|
||||
y2: 14
|
||||
position1: {x: 27, y: 3}
|
||||
position2: {x: 27, y: 14}
|
||||
color: magenta
|
||||
|
||||
# Items in this room
|
||||
|
||||
Reference in New Issue
Block a user