- [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 @@
|
||||
# SANDWITCH AND COUNTER
|
||||
room:
|
||||
number: "44"
|
||||
name: "SANDWITCH AND COUNTER"
|
||||
bgColor: black
|
||||
border: cyan
|
||||
tileSetFile: standard.gif
|
||||
|
||||
# Room connections (null for no connection)
|
||||
# Conexiones de la habitación (null = sin conexión)
|
||||
connections:
|
||||
up: "43"
|
||||
down: "16"
|
||||
up: 43.yaml
|
||||
down: 16.yaml
|
||||
left: null
|
||||
right: null
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: white
|
||||
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:
|
||||
- [43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 25, -1, -1, -1, -1, -1, -1, 25, 43, 43, 43, 43, 43]
|
||||
- [36, 36, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 344, 36, 36, -1, -1, -1, -1, -1, -1, -1, -1, 36, 36, 36, 36]
|
||||
@@ -40,16 +39,14 @@ tilemap:
|
||||
- [36, 36, 36, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 344, -1, -1, -1, -1, 342, -1, -1, -1, -1, -1, 36, 36, 36, 36]
|
||||
- [37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 416, -1, -1, 416, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: congo.yaml
|
||||
position: {x: 2, y: 4}
|
||||
velocity: {x: 30.0, y: 0}
|
||||
boundaries:
|
||||
x1: 2
|
||||
y1: 4
|
||||
x2: 14
|
||||
y2: 4
|
||||
position1: {x: 2, y: 4}
|
||||
position2: {x: 14, y: 4}
|
||||
color: green
|
||||
flip: true
|
||||
|
||||
@@ -57,13 +54,11 @@ enemies:
|
||||
position: {x: 23, y: 4}
|
||||
velocity: {x: 0, y: 48.0}
|
||||
boundaries:
|
||||
x1: 23
|
||||
y1: 4
|
||||
x2: 23
|
||||
y2: 13
|
||||
position1: {x: 23, y: 4}
|
||||
position2: {x: 23, y: 13}
|
||||
color: yellow
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 8
|
||||
|
||||
Reference in New Issue
Block a user