refactor: separate content from presentation assets

This commit is contained in:
Rijad Zuzo
2026-08-12 21:41:33 +02:00
parent 5a70aaaded
commit bf4bf73675
22 changed files with 480 additions and 70 deletions
@@ -0,0 +1,4 @@
class_name PresentationCatalogResource
extends Resource
@export var cues: Array[PresentationCueDefinition] = []