mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 09:23:46 +00:00
Add FSM components for player and enemy state management, including initialization and module resolution
This commit is contained in:
parent
18683c0680
commit
b6cc5a00e8
57 changed files with 526 additions and 506 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@tool
|
||||
@tool
|
||||
class_name BaseViewer
|
||||
extends PanelContainer
|
||||
|
||||
|
|
@ -173,4 +173,3 @@ func _should_show_3d() -> bool:
|
|||
func _log_to_dock(message: String, color: Color = Color.WHITE) -> void:
|
||||
if _dock and _dock.has_method("add_log"):
|
||||
_dock.call("add_log", message, color)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue