mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 14:51:17 +00:00
Enemy state machine
This commit is contained in:
parent
b9b8834bc2
commit
ef6c240e8e
37 changed files with 545 additions and 36 deletions
|
|
@ -54,7 +54,7 @@ func _execute() -> void:
|
|||
if dialogic.Inputs.auto_skip.enabled:
|
||||
var time_per_event: float = dialogic.Inputs.auto_skip.time_per_event
|
||||
final_fade_duration = min(fade, time_per_event)
|
||||
|
||||
dialogic.ShowImage
|
||||
dialogic.get_subsystem("ShowImage").update_image(scene, argument, final_fade_duration, transition)
|
||||
|
||||
finish()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue