Enemy state machine

This commit is contained in:
Marco 2025-03-20 18:22:40 +01:00
commit ef6c240e8e
37 changed files with 545 additions and 36 deletions

View file

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