Hello folks, I am quite new to defold and game development in general.
I am working on my first game on defold. I am using the platformer template as a base.
In my game, platforms have ice and are slippery.
I would like some guidance on how to make the player slide a little after finishing the run or walk. I figured out linear interpolation might be useful for this use case, but have no idea how to use it on the code.
My player script is more or less same as this https://github.com/defold/template-platformer/blob/main/game/player.script