format de fitxers room

This commit is contained in:
2025-11-19 07:59:33 +01:00
parent 932de53609
commit 0a5594b9a8
62 changed files with 641 additions and 1052 deletions

View File

@@ -1,6 +1,5 @@
# AROUND WITH ME
room:
number: "41"
name: "AROUND WITH ME"
bgColor: black
border: blue
@@ -10,15 +9,15 @@ room:
connections:
up: null
down: null
left: "42"
right: "40"
left: 42.yaml
right: 40.yaml
# Item display colors
itemColor1: yellow
itemColor2: magenta
# Conveyor belt direction: left (-1), none (0), right (1)
autoSurface: 0
autoSurface: none
# Tilemap: 16 rows × 32 columns (256×192 pixels @ 8px/tile)
# Values are 0-based tile indices (0 = empty)
@@ -46,50 +45,40 @@ enemies:
position: {x: 6, y: 2}
velocity: {x: 0, y: 0}
boundaries:
x1: 6
y1: 2
x2: 6
y2: 2
position1: {x: 6, y: 2}
position2: {x: 6, y: 2}
color: bright_cyan
- animation: stopped_arounder.yaml
position: {x: 8, y: 12}
velocity: {x: 0, y: 0}
boundaries:
x1: 8
y1: 12
x2: 8
y2: 12
position1: {x: 8, y: 12}
position2: {x: 8, y: 12}
color: bright_cyan
- animation: stopped_arounder.yaml
position: {x: 11, y: 3}
velocity: {x: 0, y: 0}
boundaries:
x1: 11
y1: 3
x2: 11
y2: 3
position1: {x: 11, y: 3}
position2: {x: 11, y: 3}
color: bright_cyan
- animation: stopped_arounder.yaml
position: {x: 24, y: 12}
velocity: {x: 0, y: 0}
boundaries:
x1: 24
y1: 12
x2: 24
y2: 12
position1: {x: 24, y: 12}
position2: {x: 24, y: 12}
color: bright_cyan
- animation: walking_arounder.yaml
position: {x: 12, y: 12}
velocity: {x: 18.0, y: 0}
boundaries:
x1: 9
y1: 12
x2: 23
y2: 12
position1: {x: 9, y: 12}
position2: {x: 23, y: 12}
color: bright_cyan
flip: true
@@ -97,10 +86,8 @@ enemies:
position: {x: 14, y: 12}
velocity: {x: -24.0, y: 0}
boundaries:
x1: 9
y1: 12
x2: 23
y2: 12
position1: {x: 9, y: 12}
position2: {x: 23, y: 12}
color: bright_cyan
flip: true
@@ -108,10 +95,8 @@ enemies:
position: {x: 14, y: 6}
velocity: {x: -24.0, y: 0}
boundaries:
x1: 12
y1: 6
x2: 20
y2: 6
position1: {x: 12, y: 6}
position2: {x: 20, y: 6}
color: bright_cyan
flip: true