Use arrow keys for movement Hold Z to run Jump in air to flutter Hold space to inhale after a moment
school us catching up right now so I won't be able to make good progress :( why in the world is this my most popular project broo :crying_face: it's a movement system. a physics based one --Update log (4/8/2026)-- Added falling animation (should now fix the weird animation bug when landing on ground) Tweaked jump debounce (you can now hold jump and jump right after landing) --CURRENTLY (not) FOCUSING-- Polishing inhaling animation, its pretty rough at the moment ~~SIDE NOTES~~ - I am using a PHYSICS BASED movement system, meaning it will try to copy actual IRL movement, like friction, etc - The movement system is heavily reliant on your FPS, so if its higher than the normal amount (30 FPS), the system will process things much faster, leading to some unexpected things, just try turbo mode to see (hold shift and press the green flag) I am planning on adding DeltaTIme to help with this. (added)