primer commit
This commit is contained in:
BIN
data/player/player.gif
Normal file
BIN
data/player/player.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
20
data/player/player.yaml
Normal file
20
data/player/player.yaml
Normal 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
BIN
data/player/player2.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 223 B |
20
data/player/player2.yaml
Normal file
20
data/player/player2.yaml
Normal 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]
|
||||
BIN
data/player/player_game_over.gif
Normal file
BIN
data/player/player_game_over.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 B |
10
data/player/player_game_over.yaml
Normal file
10
data/player/player_game_over.yaml
Normal 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]
|
||||
Reference in New Issue
Block a user