- [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 @@
|
||||
# I DID NOT COPY THIS ONE
|
||||
room:
|
||||
number: "17"
|
||||
name: "I DID NOT COPY THIS ONE"
|
||||
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: "18"
|
||||
left: "49"
|
||||
right: "16"
|
||||
down: 18.yaml
|
||||
left: 49.yaml
|
||||
right: 16.yaml
|
||||
|
||||
# Item display colors
|
||||
# Colores de los objetos
|
||||
itemColor1: yellow
|
||||
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:
|
||||
- [87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87]
|
||||
- [87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87]
|
||||
@@ -40,39 +39,33 @@ tilemap:
|
||||
- [-1, -1, -1, -1, -1, -1, -1, 554, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 554, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1]
|
||||
- [362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, -1, -1, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362]
|
||||
|
||||
# Enemies in this room
|
||||
# Enemigos en esta habitación
|
||||
enemies:
|
||||
- animation: floppy.yaml
|
||||
position: {x: 5, y: 6}
|
||||
velocity: {x: 0, y: 24.0}
|
||||
boundaries:
|
||||
x1: 5
|
||||
y1: 4
|
||||
x2: 5
|
||||
y2: 10
|
||||
position1: {x: 5, y: 4}
|
||||
position2: {x: 5, y: 10}
|
||||
color: green
|
||||
|
||||
- animation: floppy.yaml
|
||||
position: {x: 12, y: 3}
|
||||
velocity: {x: 0, y: 24.0}
|
||||
boundaries:
|
||||
x1: 12
|
||||
y1: 2
|
||||
x2: 12
|
||||
y2: 9
|
||||
position1: {x: 12, y: 2}
|
||||
position2: {x: 12, y: 9}
|
||||
color: cyan
|
||||
|
||||
- animation: chip.yaml
|
||||
position: {x: 8, y: 13}
|
||||
velocity: {x: 24.0, y: 0}
|
||||
boundaries:
|
||||
x1: 8
|
||||
y1: 13
|
||||
x2: 18
|
||||
y2: 13
|
||||
position1: {x: 8, y: 13}
|
||||
position2: {x: 18, y: 13}
|
||||
color: yellow
|
||||
|
||||
# Items in this room
|
||||
# Objetos en esta habitación
|
||||
items:
|
||||
- tileSetFile: items.gif
|
||||
tile: 21
|
||||
|
||||
Reference in New Issue
Block a user