Global refactor
This commit is contained in:
parent
3868af29e3
commit
0589ca4e23
180 changed files with 249 additions and 401 deletions
|
|
@ -1,17 +0,0 @@
|
|||
@abstract
|
||||
extends Node
|
||||
|
||||
class_name State
|
||||
|
||||
@warning_ignore_start("unused_signal","unused_parameter")
|
||||
|
||||
signal transition(to: StringName)
|
||||
|
||||
@abstract func enter() -> void
|
||||
@abstract func exit() -> void
|
||||
func update(delta: float) -> void:
|
||||
pass
|
||||
func physics_update(delta: float) -> void:
|
||||
pass
|
||||
func state_input(event: InputEvent) -> void:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue