player.floor_normal = player.get_floor_normal()
player.ground_slope_input = (PI / 2) - player.velocity.angle_to(player.floor_normal)
var new_velocity = player.velocity.move_toward(
player.floor_normal = player.get_floor_normal()
player.ground_slope_input = (PI / 2) - player.velocity.angle_to(player.floor_normal)
var new_velocity = player.velocity.move_toward(