- [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 @@
|
||||
# P.A.C.O. WORKSHOP
|
||||
room:
|
||||
number: "53"
|
||||
name: "P.A.C.O. WORKSHOP"
|
||||
bgColor: black
|
||||
border: yellow
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: "51"
|
||||
down: 51.yaml
|
||||
left: null
|
||||
right: "42"
|
||||
right: 42.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: magenta
|
||||
itemColor2: red
|
||||
|
||||
# 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:
|
||||
- [35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35]
|
||||
- [35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35]
|
||||
@@ -40,49 +39,41 @@ tilemap:
|
||||
- [134, -1, -1, -1, -1, -1, -1, 314, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||||
- [35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, -1, -1, 35, 35, 35, 35, 35, 35]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: paco.yaml
|
||||
position: {x: 6, y: 6}
|
||||
velocity: {x: 18.0, y: 0}
|
||||
boundaries:
|
||||
x1: 6
|
||||
y1: 6
|
||||
x2: 13
|
||||
y2: 6
|
||||
position1: {x: 6, y: 6}
|
||||
position2: {x: 13, y: 6}
|
||||
color: yellow
|
||||
|
||||
- animation: paco.yaml
|
||||
position: {x: 16, y: 2}
|
||||
velocity: {x: 0, y: 48.0}
|
||||
boundaries:
|
||||
x1: 16
|
||||
y1: 2
|
||||
x2: 16
|
||||
y2: 13
|
||||
position1: {x: 16, y: 2}
|
||||
position2: {x: 16, y: 13}
|
||||
color: bright_red
|
||||
|
||||
- animation: wave.yaml
|
||||
position: {x: 1, y: 10}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
x1: 1
|
||||
y1: 10
|
||||
x2: 14
|
||||
y2: 10
|
||||
position1: {x: 1, y: 10}
|
||||
position2: {x: 14, y: 10}
|
||||
color: bright_yellow
|
||||
|
||||
- animation: lamp.yaml
|
||||
position: {x: 22, y: 2}
|
||||
velocity: {x: 0, y: 0}
|
||||
boundaries:
|
||||
x1: 22
|
||||
y1: 2
|
||||
x2: 22
|
||||
y2: 2
|
||||
position1: {x: 22, y: 2}
|
||||
position2: {x: 22, y: 2}
|
||||
color: bright_yellow
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 40
|
||||
|
||||
Reference in New Issue
Block a user