Global refactor

This commit is contained in:
Rendo 2025-12-09 11:53:52 +05:00
commit 0589ca4e23
180 changed files with 249 additions and 401 deletions

View file

@ -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