Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Wall Jump not working

A topic by Marvin Argollo created Aug 08, 2022 Views: 160 Replies: 4
Viewing posts 1 to 2

in the caracter script are some wall jump configurations but none of then work even when I delete the if statement.

Am I doin something wrong?

Developer

There are 2 types of wall jumping - "jump_press" and "stick_flick". You can set which one is used for the whole game in "game_settings". The code in the character init scripts does not need to be changed unless you want to adjust the variables.

thank you it already works.

I have another question… is there some variable to the speed the caracter is Falling through the wall. I want to slow down or even make to it don’t fall.

Developer

I'm not sure what you mean by "falling through the wall". Do you want the player to slide down the wall slowly or something? You could add code to the Aerial state or maybe modify the Wall Cling state (and enable wall clinging for every character).

ya I want the character slide down the wall slowly it could be something configuration in the nexts updates.

I will try to add it thank you