format de fitxers room
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# FEEL THE PRESSURE
|
||||
room:
|
||||
number: "45"
|
||||
name: "FEEL THE PRESSURE"
|
||||
bgColor: bright_black
|
||||
border: bright_yellow
|
||||
@@ -10,15 +9,15 @@ room:
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "14"
|
||||
right: "46"
|
||||
left: 14.yaml
|
||||
right: 46.yaml
|
||||
|
||||
# Item display colors
|
||||
itemColor1: yellow
|
||||
itemColor2: green
|
||||
|
||||
# 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: 4, y: 5}
|
||||
velocity: {x: 0, y: 60.0}
|
||||
boundaries:
|
||||
x1: 4
|
||||
y1: 2
|
||||
x2: 4
|
||||
y2: 13
|
||||
position1: {x: 4, y: 2}
|
||||
position2: {x: 4, y: 13}
|
||||
color: green
|
||||
|
||||
- animation: chip.yaml
|
||||
position: {x: 10, y: 4}
|
||||
velocity: {x: 0, y: 60.0}
|
||||
boundaries:
|
||||
x1: 10
|
||||
y1: 2
|
||||
x2: 10
|
||||
y2: 13
|
||||
position1: {x: 10, y: 2}
|
||||
position2: {x: 10, y: 13}
|
||||
color: bright_blue
|
||||
|
||||
- animation: chip.yaml
|
||||
position: {x: 16, y: 3}
|
||||
velocity: {x: 0, y: 60.0}
|
||||
boundaries:
|
||||
x1: 16
|
||||
y1: 2
|
||||
x2: 16
|
||||
y2: 13
|
||||
position1: {x: 16, y: 2}
|
||||
position2: {x: 16, y: 13}
|
||||
color: magenta
|
||||
|
||||
# Items in this room
|
||||
|
||||
Reference in New Issue
Block a user