-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blob (Hackapet) #106
base: main
Are you sure you want to change the base?
Blob (Hackapet) #106
Conversation
@jqiu61 is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
I appreciate you submitted this, even if it was very last minute! That being said, I would like to see some things improved upon before this gets merged:
Thanks so much for submitting! If you could make these changes in <1 week (or asap), that would be amazing :D Note: don't open a new PR, just commit changes to this current thread + send a comment when changes have been made! |
So my blobs do have animations (they are .gif files renamed into .bmp files). It turns out that .bmp files don't have animations (I initially thought I converted them wrong, which caused the files to "lose" their animations). Also, the background does have animation too 🥲. When you press the squish button, I believe it does switch to the squish file, but I didn't realize .bmp files don't have animation in the first place (that's why I thought I broke my sprite files 😭 ). Also if you press Down, Down, Down, Down, Left, Right, Left, Right, Down, Down, I believe it makes your blob into a cookie that gets eaten. I will make each frame in each animation as a separate file and then cycle through them. Will make these changes soon! |
In order to animate something, export it as a sprite sheet from Aseprite instead of exporting a singular frame! Then, in code, you can cut up the image to be multiple frames - my example code does this if you want to take a look! Would really appreciate it if you could get those animations back :D |
Cool blob