- [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 @@
|
||||
# THIS CAN'T BE THE BATCAVE
|
||||
room:
|
||||
number: "19"
|
||||
name: "THIS CAN'T BE THE BATCAVE"
|
||||
bgColor: black
|
||||
border: cyan
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "20"
|
||||
right: "18"
|
||||
left: 20.yaml
|
||||
right: 18.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: cyan
|
||||
itemColor2: blue
|
||||
|
||||
# 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:
|
||||
- [348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348]
|
||||
- [-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, 187]
|
||||
@@ -40,16 +39,14 @@ tilemap:
|
||||
- [-1, -1, -1, -1, 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, -1]
|
||||
- [37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: batman.yaml
|
||||
position: {x: 10, y: 13}
|
||||
velocity: {x: 48.0, y: 0}
|
||||
boundaries:
|
||||
x1: 5
|
||||
y1: 13
|
||||
x2: 26
|
||||
y2: 13
|
||||
position1: {x: 5, y: 13}
|
||||
position2: {x: 26, y: 13}
|
||||
color: bright_cyan
|
||||
flip: true
|
||||
|
||||
@@ -57,14 +54,12 @@ enemies:
|
||||
position: {x: 0, y: 1}
|
||||
velocity: {x: 36.0, y: 0}
|
||||
boundaries:
|
||||
x1: 1
|
||||
y1: 1
|
||||
x2: 31
|
||||
y2: 1
|
||||
position1: {x: 1, y: 1}
|
||||
position2: {x: 31, y: 1}
|
||||
color: cyan
|
||||
mirror: true
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 34
|
||||
|
||||
Reference in New Issue
Block a user