- [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 @@
|
||||
# WELCOME TO THE JAILBATTLE
|
||||
room:
|
||||
number: "48"
|
||||
name: "WELCOME TO THE JAILBATTLE"
|
||||
bgColor: green
|
||||
border: bright_green
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: null
|
||||
down: "49"
|
||||
down: 49.yaml
|
||||
left: null
|
||||
right: "47"
|
||||
right: 47.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: white
|
||||
itemColor2: green
|
||||
|
||||
# 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:
|
||||
- [32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32]
|
||||
- [32, -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,16 +39,14 @@ tilemap:
|
||||
- [32, -1, -1, 504, -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, 32]
|
||||
- [32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, -1, -1, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: jailbattle_human.yaml
|
||||
position: {x: 17, y: 6}
|
||||
velocity: {x: 30.0, y: 0}
|
||||
boundaries:
|
||||
x1: 12
|
||||
y1: 6
|
||||
x2: 27
|
||||
y2: 6
|
||||
position1: {x: 12, y: 6}
|
||||
position2: {x: 27, y: 6}
|
||||
color: white
|
||||
flip: true
|
||||
|
||||
@@ -57,10 +54,8 @@ enemies:
|
||||
position: {x: 2, y: 13}
|
||||
velocity: {x: 36.0, y: 0}
|
||||
boundaries:
|
||||
x1: 2
|
||||
y1: 13
|
||||
x2: 16
|
||||
y2: 13
|
||||
position1: {x: 2, y: 13}
|
||||
position2: {x: 16, y: 13}
|
||||
color: white
|
||||
flip: true
|
||||
|
||||
@@ -68,14 +63,12 @@ enemies:
|
||||
position: {x: 24, y: 10}
|
||||
velocity: {x: 0, y: 30.0}
|
||||
boundaries:
|
||||
x1: 24
|
||||
y1: 9
|
||||
x2: 24
|
||||
y2: 13
|
||||
position1: {x: 24, y: 9}
|
||||
position2: {x: 24, y: 13}
|
||||
color: white
|
||||
flip: true
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 19
|
||||
|
||||
Reference in New Issue
Block a user