- [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 @@
|
||||
# THE PASSAGE
|
||||
room:
|
||||
number: "12"
|
||||
name: "THE PASSAGE"
|
||||
bgColor: black
|
||||
border: green
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "11"
|
||||
right: "13"
|
||||
left: 11.yaml
|
||||
right: 13.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: red
|
||||
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:
|
||||
- [24, -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]
|
||||
- [24, -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,29 +39,25 @@ tilemap:
|
||||
- [24, 24, 550, -1, -1, -1, -1, -1, -1, 346, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||||
- [24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: floppy.yaml
|
||||
position: {x: 9, y: 10}
|
||||
velocity: {x: 36.0, y: 0}
|
||||
boundaries:
|
||||
x1: 4
|
||||
y1: 10
|
||||
x2: 22
|
||||
y2: 10
|
||||
position1: {x: 4, y: 10}
|
||||
position2: {x: 22, y: 10}
|
||||
color: green
|
||||
|
||||
- animation: floppy.yaml
|
||||
position: {x: 1, y: 0}
|
||||
velocity: {x: 0, y: 30.0}
|
||||
boundaries:
|
||||
x1: 1
|
||||
y1: 0
|
||||
x2: 1
|
||||
y2: 7
|
||||
position1: {x: 1, y: 0}
|
||||
position2: {x: 1, y: 7}
|
||||
color: yellow
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 34
|
||||
|
||||
Reference in New Issue
Block a user