- [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 @@
|
||||
# CHIRPING
|
||||
room:
|
||||
number: "58"
|
||||
name: "CHIRPING"
|
||||
bgColor: black
|
||||
border: magenta
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: null
|
||||
left: "57"
|
||||
right: "59"
|
||||
left: 57.yaml
|
||||
right: 59.yaml
|
||||
|
||||
# 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:
|
||||
- [36, -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, 36]
|
||||
- [36, -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, 36]
|
||||
@@ -40,39 +39,33 @@ tilemap:
|
||||
- [36, 536, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 544, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||||
- [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: bird.yaml
|
||||
position: {x: 4, y: 2}
|
||||
velocity: {x: 0, y: 30.0}
|
||||
boundaries:
|
||||
x1: 4
|
||||
y1: 2
|
||||
x2: 4
|
||||
y2: 12
|
||||
position1: {x: 4, y: 2}
|
||||
position2: {x: 4, y: 12}
|
||||
color: yellow
|
||||
|
||||
- animation: bird.yaml
|
||||
position: {x: 9, y: 11}
|
||||
velocity: {x: 0, y: -30.0}
|
||||
boundaries:
|
||||
x1: 9
|
||||
y1: 0
|
||||
x2: 9
|
||||
y2: 10
|
||||
position1: {x: 9, y: 0}
|
||||
position2: {x: 9, y: 10}
|
||||
color: green
|
||||
|
||||
- animation: bird.yaml
|
||||
position: {x: 26, y: 5}
|
||||
velocity: {x: 0, y: -30.0}
|
||||
boundaries:
|
||||
x1: 26
|
||||
y1: 2
|
||||
x2: 26
|
||||
y2: 12
|
||||
position1: {x: 26, y: 2}
|
||||
position2: {x: 26, y: 12}
|
||||
color: white
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 10
|
||||
|
||||
Reference in New Issue
Block a user