Skip to content

Commit

Permalink
added raccoon sprite that can be placed on o.world
Browse files Browse the repository at this point in the history
  • Loading branch information
LuxxArt committed Nov 19, 2023
1 parent 59ab43c commit 2af0bbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const images: Image[] = [
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
image('characters/shopper', 'shopper'),
image('characters/raccoon', 'raccoon'),

// Items
image('items/coin', 'coin'),
Expand Down
Binary file added src/assets/images/characters/raccoon.png
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 2af0bbb

Please sign in to comment.