acabada la migracio de .ani a .yaml

This commit is contained in:
2025-11-17 13:49:42 +01:00
parent 0c9becae4c
commit d185a5e72a
60 changed files with 199 additions and 237 deletions

View File

@@ -42,7 +42,7 @@ tilemap:
# Enemies in this room
enemies:
- animation: floppy.ani
- animation: floppy.yaml
position: {x: 20, y: 1}
velocity: {x: 0, y: 48.0}
boundaries:
@@ -52,7 +52,7 @@ enemies:
y2: 13
color: cyan
- animation: spark.ani
- animation: spark.yaml
position: {x: 11, y: 4}
velocity: {x: 30.0, y: 0}
boundaries:
@@ -62,7 +62,7 @@ enemies:
y2: 4
color: cyan
- animation: spark.ani
- animation: spark.yaml
position: {x: 1, y: 1}
velocity: {x: 60.0, y: 0}
boundaries:
@@ -73,7 +73,7 @@ enemies:
color: yellow
mirror: true
- animation: wave.ani
- animation: wave.yaml
position: {x: 1, y: 6}
velocity: {x: 30.0, y: 0}
boundaries:
@@ -83,7 +83,7 @@ enemies:
y2: 6
color: yellow
- animation: wave.ani
- animation: wave.yaml
position: {x: 17, y: 8}
velocity: {x: 54.0, y: 0}
boundaries: