primer commit

This commit is contained in:
2025-11-23 11:44:31 +01:00
commit 6ada29eaf8
613 changed files with 484459 additions and 0 deletions

BIN
data/player/player.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

20
data/player/player.yaml Normal file
View File

@@ -0,0 +1,20 @@
# player animation
tileSetFile: player.gif
frameWidth: 8
frameHeight: 16
animations:
- name: stand
speed: 0.1333
loop: 0
frames: [0]
- name: walk
speed: 0.1333
loop: 0
frames: [0, 1, 2, 3]
- name: walk_menu
speed: 0.0
loop: 0
frames: [0, 1, 2, 3]

BIN
data/player/player2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

20
data/player/player2.yaml Normal file
View File

@@ -0,0 +1,20 @@
# player2 animation
tileSetFile: player2.gif
frameWidth: 8
frameHeight: 16
animations:
- name: stand
speed: 0.1333
loop: 0
frames: [0]
- name: walk
speed: 0.1333
loop: 0
frames: [0, 1, 2, 3, 4, 5, 6, 7]
- name: walk_menu
speed: 0.0
loop: 0
frames: [0, 1, 2, 3, 4, 5, 6, 7]

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

View File

@@ -0,0 +1,10 @@
# player_game_over animation
tileSetFile: player_game_over.gif
frameWidth: 19
frameHeight: 18
animations:
- name: default
speed: 0.1
loop: 0
frames: [0, 1, 2, 3]