Thank you very much! The art program I used for this (and pixel art in general) is Aseprite, very neat program for doing pixel arting. I didn’t have enough time for doing some music or sound effects but yes, it’s definitely could be a big improvement. I had a little piano jingle ready but it didn’t fit the theme too much so i scrapped it lul
Overall, thank you again! Hopefully I’ll have enough time to work on this to flesh it out haha
Edit: I figured out why the scale side effect cannot happen, I do the effect randomizing as a random integer between 0 to 2, instead of something like from 0 to len(side_effect), while the side_effect array goes to 3, so the scale effect will never be applied T_T