cutscene progress.

This commit is contained in:
2025-08-01 16:06:32 -07:00
parent 44d3f10875
commit 90be9ae6b3
34 changed files with 209 additions and 281 deletions

2
test_cutscene2.gd Executable file → Normal file
View File

@@ -33,7 +33,7 @@ func setup_cutscene() -> void:
cutscene_manager.connect("action_completed", _on_action_completed)
# Create a cutscene resource with the same sequence as the original example
var cutscene_resource = preload("res://test_cutscene.tres")
var cutscene_resource = preload("res://a.tres")
# Generate actions from the resource
var generator = CutsceneGenerator.new()