5 lines
78 B
GDScript3
5 lines
78 B
GDScript3
|
|
extends LimboState
|
||
|
|
|
||
|
|
func _enter() -> void:
|
||
|
|
agent.locomotion_comp.climb_hop()
|