godot-plateformer/_player/states/climb_hop.gd

5 lines
78 B
GDScript

extends LimboState
func _enter() -> void:
agent.locomotion_comp.climb_hop()