- [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 @@
|
||||
# ROAD TO THE JAIL
|
||||
room:
|
||||
number: "02"
|
||||
name: "ROAD TO THE JAIL"
|
||||
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: "04"
|
||||
left: "01"
|
||||
right: "03"
|
||||
down: 04.yaml
|
||||
left: 01.yaml
|
||||
right: 03.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: yellow
|
||||
itemColor2: bright_yellow
|
||||
|
||||
# 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:
|
||||
- [191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 191, 42, 42, 42, 42, 42]
|
||||
- [42, 165, 165, 166, 167, 165, 184, 166, 165, 184, 165, 165, 167, 165, 165, 166, 165, 165, 184, 165, 165, 165, 184, 166, 165, 165, 165, 184, 24, 24, 24, 24]
|
||||
@@ -40,30 +39,26 @@ 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, 523, 188, 190, 547, -1, -1, -1, -1]
|
||||
- [33, 33, 188, 189, 188, 189, 188, 189, 188, 189, 188, 189, 188, 189, 188, 189, 188, 189, 188, 190, -1, -1, 188, 189, 188, 189, 188, 189, 188, 190, 24, 24]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: bin.yaml
|
||||
position: {x: 4, y: 7}
|
||||
velocity: {x: 36.0, y: 0}
|
||||
boundaries:
|
||||
x1: 4
|
||||
y1: 7
|
||||
x2: 25
|
||||
y2: 7
|
||||
position1: {x: 4, y: 7}
|
||||
position2: {x: 25, y: 7}
|
||||
color: green
|
||||
|
||||
- animation: upv_student.yaml
|
||||
position: {x: 4, y: 13}
|
||||
velocity: {x: 36.0, y: 0}
|
||||
boundaries:
|
||||
x1: 4
|
||||
y1: 13
|
||||
x2: 19
|
||||
y2: 13
|
||||
position1: {x: 4, y: 13}
|
||||
position2: {x: 19, y: 13}
|
||||
color: cyan
|
||||
flip: true
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 2
|
||||
|
||||
Reference in New Issue
Block a user