- [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 @@
|
||||
# TUNO KILLER
|
||||
room:
|
||||
number: "13"
|
||||
name: "TUNO KILLER"
|
||||
bgColor: black
|
||||
border: blue
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "12"
|
||||
right: "14"
|
||||
left: 12.yaml
|
||||
right: 14.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: yellow
|
||||
itemColor2: cyan
|
||||
|
||||
# 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, -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, -1, -1, -1]
|
||||
@@ -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, -1]
|
||||
- [25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: matatunos.yaml
|
||||
position: {x: 5, y: 1}
|
||||
velocity: {x: 0, y: 60.0}
|
||||
boundaries:
|
||||
x1: 5
|
||||
y1: 1
|
||||
x2: 5
|
||||
y2: 13
|
||||
position1: {x: 5, y: 1}
|
||||
position2: {x: 5, y: 13}
|
||||
color: bright_blue
|
||||
|
||||
- animation: tuno.yaml
|
||||
position: {x: 12, y: 4}
|
||||
velocity: {x: 0, y: 66.0}
|
||||
boundaries:
|
||||
x1: 12
|
||||
y1: 1
|
||||
x2: 12
|
||||
y2: 13
|
||||
position1: {x: 12, y: 1}
|
||||
position2: {x: 12, y: 13}
|
||||
color: red
|
||||
|
||||
- animation: tuno.yaml
|
||||
position: {x: 19, y: 7}
|
||||
velocity: {x: 0, y: 54.0}
|
||||
boundaries:
|
||||
x1: 19
|
||||
y1: 1
|
||||
x2: 19
|
||||
y2: 13
|
||||
position1: {x: 19, y: 1}
|
||||
position2: {x: 19, y: 13}
|
||||
color: yellow
|
||||
|
||||
- animation: tuno.yaml
|
||||
position: {x: 26, y: 11}
|
||||
velocity: {x: 0, y: 42.0}
|
||||
boundaries:
|
||||
x1: 26
|
||||
y1: 1
|
||||
x2: 26
|
||||
y2: 13
|
||||
position1: {x: 26, y: 1}
|
||||
position2: {x: 26, y: 13}
|
||||
color: magenta
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 53
|
||||
|
||||
Reference in New Issue
Block a user