- [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 @@
|
||||
# QUO VOIDIS
|
||||
room:
|
||||
number: "29"
|
||||
name: "QUO VOIDIS"
|
||||
bgColor: blue
|
||||
border: bright_black
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: "27"
|
||||
up: 27.yaml
|
||||
down: null
|
||||
left: "30"
|
||||
left: 30.yaml
|
||||
right: null
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: green
|
||||
itemColor2: magenta
|
||||
|
||||
# Conveyor belt direction: left (-1), none (0), right (1)
|
||||
autoSurface: 0
|
||||
# Dirección de la cinta transportadora: left, none, right
|
||||
conveyorBelt: none
|
||||
|
||||
# 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:
|
||||
- [-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, 504, 132]
|
||||
- [-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, 504, -1, 132]
|
||||
@@ -40,49 +39,41 @@ 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, 132]
|
||||
- [132, 132, 132, 132, 132, 132, 132, 128, 128, 132, 132, 132, 129, 129, 132, 132, 132, 129, 129, 132, 132, 132, 128, 128, 132, 132, 132, 132, 132, 132, 132, 132]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: qvoid.yaml
|
||||
position: {x: 7, y: 1}
|
||||
velocity: {x: 0, y: 48.0}
|
||||
boundaries:
|
||||
x1: 7
|
||||
y1: 1
|
||||
x2: 7
|
||||
y2: 13
|
||||
position1: {x: 7, y: 1}
|
||||
position2: {x: 7, y: 13}
|
||||
color: magenta
|
||||
|
||||
- animation: qvoid.yaml
|
||||
position: {x: 12, y: 6}
|
||||
velocity: {x: 0, y: 36.0}
|
||||
boundaries:
|
||||
x1: 12
|
||||
y1: 1
|
||||
x2: 12
|
||||
y2: 13
|
||||
position1: {x: 12, y: 1}
|
||||
position2: {x: 12, y: 13}
|
||||
color: green
|
||||
|
||||
- animation: qvoid.yaml
|
||||
position: {x: 17, y: 8}
|
||||
velocity: {x: 0, y: 54.0}
|
||||
boundaries:
|
||||
x1: 17
|
||||
y1: 1
|
||||
x2: 17
|
||||
y2: 13
|
||||
position1: {x: 17, y: 1}
|
||||
position2: {x: 17, y: 13}
|
||||
color: green
|
||||
|
||||
- animation: qvoid.yaml
|
||||
position: {x: 22, y: 10}
|
||||
velocity: {x: 0, y: 42.0}
|
||||
boundaries:
|
||||
x1: 22
|
||||
y1: 1
|
||||
x2: 22
|
||||
y2: 13
|
||||
position1: {x: 22, y: 1}
|
||||
position2: {x: 22, y: 13}
|
||||
color: magenta
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 20
|
||||
|
||||
Reference in New Issue
Block a user