- [NEW] Updatats de nou els Yamals de les habitacions
- [NEW] Es mostren les propietats dels enemics i els items quan els selecciones. - [NEW] misc::floatToString()
This commit is contained in:
@@ -1,27 +1,26 @@
|
||||
# SILICON BOOBS
|
||||
room:
|
||||
number: "35"
|
||||
name: "SILICON BOOBS"
|
||||
bgColor: black
|
||||
border: bright_green
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "36"
|
||||
right: "34"
|
||||
left: 36.yaml
|
||||
right: 34.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: green
|
||||
itemColor2: red
|
||||
|
||||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||||
autoSurface: -1
|
||||
# Dirección de la cinta transportadora: left, none, right
|
||||
conveyorBelt: left
|
||||
|
||||
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
|
||||
# Values are 0-based tile indices (0 = empty)
|
||||
# Tilemap: 16 filas × 32 columnas (256×192 píxeles @ 8px/tile)
|
||||
# Índices de tiles (-1 = vacío)
|
||||
tilemap:
|
||||
- [117, 118, 113, 114, 117, 118, 113, 114, 113, 114, 113, 114, 117, 118, 113, 114, 113, 114, 113, 114, 117, 118, 113, 114, 113, 114, 113, 114, 113, 114, 113, 114]
|
||||
- [114, 117, 118, 113, 114, 113, 114, 117, 118, 113, 114, 113, 114, 113, 114, 113, 114, 117, 118, 113, 114, 113, 114, 113, 114, 113, 114, 117, 118, 113, 114, 113]
|
||||
@@ -40,16 +39,14 @@ tilemap:
|
||||
- [114, 113, 114, 113, 540, -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]
|
||||
- [117, 118, 113, 114, 117, 118, 113, 114, 117, 118, 113, 114, 117, 118, 113, 114, 117, 118, 113, 114, 117, 118, 113, 114, 117, 118, 113, 114, 117, 118, 113, 114]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: jeannine.yaml
|
||||
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,14 +90,12 @@ 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
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 57
|
||||
|
||||
Reference in New Issue
Block a user