- [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 @@
|
||||
# STATIC
|
||||
room:
|
||||
number: "59"
|
||||
name: "STATIC"
|
||||
bgColor: black
|
||||
border: bright_magenta
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: "60"
|
||||
up: 60.yaml
|
||||
down: null
|
||||
left: "58"
|
||||
left: 58.yaml
|
||||
right: null
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: yellow
|
||||
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:
|
||||
- [63, -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, 505, -1, 63]
|
||||
- [63, -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, 505, -1, -1, 63]
|
||||
@@ -40,39 +39,33 @@ tilemap:
|
||||
- [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 505, -1, -1, -1, -1, -1, -1, -1, 63]
|
||||
- [63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: wave.yaml
|
||||
position: {x: 1, y: 10}
|
||||
velocity: {x: 48.0, y: 0}
|
||||
boundaries:
|
||||
x1: 1
|
||||
y1: 10
|
||||
x2: 30
|
||||
y2: 10
|
||||
position1: {x: 1, y: 10}
|
||||
position2: {x: 30, y: 10}
|
||||
color: magenta
|
||||
|
||||
- animation: wave.yaml
|
||||
position: {x: 30, y: 4}
|
||||
velocity: {x: -48.0, y: 0}
|
||||
boundaries:
|
||||
x1: 1
|
||||
y1: 4
|
||||
x2: 30
|
||||
y2: 4
|
||||
position1: {x: 1, y: 4}
|
||||
position2: {x: 30, y: 4}
|
||||
color: cyan
|
||||
|
||||
- animation: wave.yaml
|
||||
position: {x: 15, y: 14}
|
||||
velocity: {x: -24.0, y: 0}
|
||||
boundaries:
|
||||
x1: 3
|
||||
y1: 14
|
||||
x2: 30
|
||||
y2: 14
|
||||
position1: {x: 3, y: 14}
|
||||
position2: {x: 30, y: 14}
|
||||
color: green
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 24
|
||||
|
||||
Reference in New Issue
Block a user