Scripts renamed
This commit is contained in:
parent
484fb75fa3
commit
aa35ee5975
17 changed files with 7 additions and 5 deletions
|
|
@ -1,12 +0,0 @@
|
|||
@abstract
|
||||
extends Node
|
||||
|
||||
|
||||
class_name State
|
||||
|
||||
signal transition(to: StringName)
|
||||
|
||||
@abstract func enter() -> void
|
||||
@abstract func exit() -> void
|
||||
@abstract func update(delta: float) -> void
|
||||
@abstract func physics_update(delta: float) -> void
|
||||
Loading…
Add table
Add a link
Reference in a new issue