Skip to content

Commit

Permalink
Fix smooth animation not being applied
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 committed Oct 24, 2023
1 parent 4def6ce commit 72cdb28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,9 @@ local function wall_jump(player, dtime)

sounds.sticky_has_played[player:get_player_name()] = false
sounds.slide_has_played[player:get_player_name()] = false

play_animated_right[player] = false
play_animated_left[player] = false
end

player:set_physics_override({ speed = 1 })
Expand Down

0 comments on commit 72cdb28

Please sign in to comment.