mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 11:53:47 +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
|
||||
extends BaseCreatorDialog
|
||||
|
||||
# Popup window for configuring bullet parameters before creation
|
||||
|
|
@ -371,4 +371,3 @@ func _show_error(message: String) -> void:
|
|||
dialog.title = "Error"
|
||||
add_child(dialog)
|
||||
dialog.popup_centered()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue