refactor de noms de resources en data/

This commit is contained in:
2025-11-26 13:57:25 +01:00
parent 61c6b9087c
commit 78a0200856
11 changed files with 9 additions and 14 deletions

View File

@@ -66,9 +66,9 @@ assets:
# PLAYER
player:
- type: BITMAP
path: ${PREFIX}/data/player/player.gif
path: ${PREFIX}/data/player/player_spritesheet.gif
- type: ANIMATION
path: ${PREFIX}/data/player/player.yaml
path: ${PREFIX}/data/player/player_animations.yaml
# MUSIC
music:
@@ -110,6 +110,6 @@ assets:
# ENEMIES
enemies:
- type: BITMAP
path: ${PREFIX}/data/enemies/code.gif
path: ${PREFIX}/data/enemies/code_spritesheet.gif
- type: ANIMATION
path: ${PREFIX}/data/enemies/code.yaml
path: ${PREFIX}/data/enemies/code_animations.yaml