concurrent

This commit is contained in:
2025-01-05 16:08:11 -06:00
parent 0554f5719d
commit 9dce4bf2c7
4 changed files with 84 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ class_name CutscenePrintEvent extends "res://scripts/Cutscene/CutsceneEvent.gd"
var text:String = ""
func _init(text:String) -> void:
super._init()
self.text = text
func start() -> void: