Skip to content

Commit

Permalink
added angry frames and walk animation
Browse files Browse the repository at this point in the history
  • Loading branch information
LuxxArt committed Nov 19, 2023
1 parent d9a5812 commit 3688869
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ const images: Image[] = [
image('characters/turtle_scared', 'turtle_scared'),
image('characters/turtle_stuck', 'turtle_stuck'),
image('characters/turtle_waiting', 'turtle_waiting'),
image('characters/turtle_waiting', 'turtle_waiting_angry'),
image('characters/turtle_waiting', 'turtle_walking'),
image('characters/turtle_walking1', 'turtle_walking1'),
image('characters/turtle_walking2', 'turtle_walking2'), // For walking animation, do this: turtle_waiting - turtle_walking1 - turtle_waiting - turtle_walking2 -loop
image('characters/turtle_walking2', 'turtle_walking2'), // For walking animation, do this: turtle_walking - turtle_walking1 - turtle_walking - turtle_walking2 -loop
image('characters/turtle_waiting', 'turtle_walking_angry'),
image('characters/turtle_walking1', 'turtle_walking_angry1'),
image('characters/turtle_walking2', 'turtle_walking_angry2'), // For walking animation, do this: turtle_walking - turtle_walking1 - turtle_walking - turtle_walking2 -loop

// Items
image('items/coin', 'coin'),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/characters/turtle_walking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3688869

Please sign in to comment.