Had to disable the effects to stop collision from bugging out, but overall great work, I really like the visual aesthetics!
Thank you for playing! I figured out too late the effects were sucking resources like crazy :c probably the game logic could be better optimized too :o I learned a ton while making this tho I can't complain :v Can I ask what system have you played it on? I've tried it on an Intel N100 tablet pc and collision works but it stutters a bit! It's unplayable with the effects on though :/
That's not completely clear to me either, the documentation says:
"You don't need to use TimeDelta() if the action expects values in "units per second" (such as moving an object with forces). In these cases, GDevelop automatically accounts for differences in frame rates."
But I'm using those forces! My character controller is pretty complicated though I think it can be simplified a lot, I'll look into it after the jam ends :o