State

Extends: Node

Description

Method Descriptions

enter

func enter()

Initialize the state. E.g. change the animation

exit

func exit()

Clean up the state. Reinitialize values like a timer

handle_input

func handle_input(_event)

update

func update(_delta)

Signals

  • signal finished(next_state_name):