its still doing it

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By starkid

even with activating the func’s the physics process is still moving the character straight up into the sky -_-‘’‘’

You are not providing enough information … please edit your question and title to attract more views. What is wrong, what do you want to accomplish, etc.

clemens.tolboom | 2021-01-22 10:48

What cascas meant was that you’re only applying gravity in the play_anim function but you never called it. Also you’re doubling up the global variables with more function variables with the same name.

Magso | 2021-01-24 02:35

:bust_in_silhouette: Reply From: BuddyGames

I think that because you’re floating away maybe it’s simply a problem with gravity? Try reversing it by making the value negative.