format de fitxers room
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# SILICON BOOBS
|
||||
room:
|
||||
number: "35"
|
||||
name: "SILICON BOOBS"
|
||||
bgColor: black
|
||||
border: bright_green
|
||||
@@ -10,15 +9,15 @@ room:
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "36"
|
||||
right: "34"
|
||||
left: 36.yaml
|
||||
right: 34.yaml
|
||||
|
||||
# Item display colors
|
||||
itemColor1: green
|
||||
itemColor2: red
|
||||
|
||||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||||
autoSurface: -1
|
||||
autoSurface: left
|
||||
|
||||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||||
# Values are 0-based tile indices (0 = empty)
|
||||
@@ -46,10 +45,8 @@ enemies:
|
||||
position: {x: 6, y: 13}
|
||||
velocity: {x: 30.0, y: 0}
|
||||
boundaries:
|
||||
x1: 6
|
||||
y1: 13
|
||||
x2: 14
|
||||
y2: 13
|
||||
position1: {x: 6, y: 13}
|
||||
position2: {x: 14, y: 13}
|
||||
color: yellow
|
||||
flip: true
|
||||
|
||||
@@ -57,10 +54,8 @@ enemies:
|
||||
position: {x: 16, y: 13}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
x1: 16
|
||||
y1: 13
|
||||
x2: 28
|
||||
y2: 13
|
||||
position1: {x: 16, y: 13}
|
||||
position2: {x: 28, y: 13}
|
||||
color: cyan
|
||||
flip: true
|
||||
|
||||
@@ -68,10 +63,8 @@ enemies:
|
||||
position: {x: 7, y: 9}
|
||||
velocity: {x: 36.0, y: 0}
|
||||
boundaries:
|
||||
x1: 7
|
||||
y1: 9
|
||||
x2: 15
|
||||
y2: 9
|
||||
position1: {x: 7, y: 9}
|
||||
position2: {x: 15, y: 9}
|
||||
color: red
|
||||
flip: true
|
||||
|
||||
@@ -79,10 +72,8 @@ enemies:
|
||||
position: {x: 16, y: 9}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
x1: 16
|
||||
y1: 9
|
||||
x2: 27
|
||||
y2: 9
|
||||
position1: {x: 16, y: 9}
|
||||
position2: {x: 27, y: 9}
|
||||
color: white
|
||||
flip: true
|
||||
|
||||
@@ -90,10 +81,8 @@ enemies:
|
||||
position: {x: 5, y: 5}
|
||||
velocity: {x: 30.0, y: 0}
|
||||
boundaries:
|
||||
x1: 5
|
||||
y1: 5
|
||||
x2: 12
|
||||
y2: 5
|
||||
position1: {x: 5, y: 5}
|
||||
position2: {x: 12, y: 5}
|
||||
color: green
|
||||
flip: true
|
||||
|
||||
@@ -101,10 +90,8 @@ enemies:
|
||||
position: {x: 16, y: 5}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
x1: 16
|
||||
y1: 5
|
||||
x2: 26
|
||||
y2: 5
|
||||
position1: {x: 16, y: 5}
|
||||
position2: {x: 26, y: 5}
|
||||
color: yellow
|
||||
flip: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user