godot-plateformer/_player/states/climb_hop.gd

5 lines
78 B
GDScript3
Raw Permalink Normal View History

2025-12-29 11:54:31 +08:00
extends LimboState
func _enter() -> void:
agent.locomotion_comp.climb_hop()