9 lines
169 B
GDScript3
9 lines
169 B
GDScript3
|
|
class_name IdleState
|
||
|
|
|
||
|
|
extends State
|
||
|
|
|
||
|
|
func update():
|
||
|
|
pass
|
||
|
|
#if Global.player.velocity.length() > 0.0 and Global.player.is_on_floor():
|
||
|
|
#transition.emit("WalkingState")
|