Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

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 :/

(1 edit) (+1)

AMD Ryzen 7 3700U with integrated graphics.

I don't know anything about Gdevelop but if games logic is affected by the fps that means there's no separation between logic and rendering, maybe logic is not capped by delta time? 

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