- [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 @@
|
||||
# MINI ASCII
|
||||
room:
|
||||
number: "51"
|
||||
name: "MINI ASCII"
|
||||
bgColor: black
|
||||
border: black
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: "53"
|
||||
down: "47"
|
||||
left: "52"
|
||||
up: 53.yaml
|
||||
down: 47.yaml
|
||||
left: 52.yaml
|
||||
right: null
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: bright_white
|
||||
itemColor2: black
|
||||
|
||||
# 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:
|
||||
- [186, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 294, -1, -1, 183, 183, 183, 183, 183, 182]
|
||||
- [186, -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, 182]
|
||||
@@ -40,39 +39,33 @@ tilemap:
|
||||
- [-1, -1, -1, 181, 181, 181, 181, 181, 290, 181, 181, 181, 181, 181, 181, 181, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 182]
|
||||
- [184, 184, 184, 184, 184, 296, 296, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 180, 180, -1, -1, 180, 180, 180, 180, 180, 180, 180, 182]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: amstrad_cs.yaml
|
||||
position: {x: 1, y: 6}
|
||||
velocity: {x: 72.0, y: 0}
|
||||
boundaries:
|
||||
x1: 1
|
||||
y1: 6
|
||||
x2: 30
|
||||
y2: 6
|
||||
position1: {x: 1, y: 6}
|
||||
position2: {x: 30, y: 6}
|
||||
color: white
|
||||
|
||||
- animation: amstrad_cs.yaml
|
||||
position: {x: 19, y: 1}
|
||||
velocity: {x: 0, y: 72.0}
|
||||
boundaries:
|
||||
x1: 19
|
||||
y1: 1
|
||||
x2: 19
|
||||
y2: 14
|
||||
position1: {x: 19, y: 1}
|
||||
position2: {x: 19, y: 14}
|
||||
color: yellow
|
||||
|
||||
- animation: amstrad_cs.yaml
|
||||
position: {x: 5, y: 6}
|
||||
velocity: {x: 0, y: 72.0}
|
||||
boundaries:
|
||||
x1: 5
|
||||
y1: 1
|
||||
x2: 5
|
||||
y2: 12
|
||||
position1: {x: 5, y: 1}
|
||||
position2: {x: 5, y: 12}
|
||||
color: green
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 39
|
||||
|
||||
Reference in New Issue
Block a user