Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.03 KB

wojchan

a very small project and its just a pet that follows your mouse

how to I add it to my site?

You can copy the code of the minified JavaScript file into <script> tags into your site and a small wojchan should appear. This doesn't work when you import the file from this project

can I change the sprite?

Yes! Just replace the image URL which uses the image from this project, with your own image, and it should change. The spritesheet looks like this:

---------------------------------------------------------------------------------
| walk cycle 1 (flipped) | idle/walk cycle 2 (flipped) | walk cycle 3 (flipped) |
|       walk cycle 1     |      idle/walk cycle 2      |      walk cycle 3      |
|         shadow         |            sweat            |     sweat (flipped)    |
---------------------------------------------------------------------------------

You can even add more if you want to! (30x30 for one tile is used here)