Made extra events more generic.

This commit is contained in:
2025-05-06 11:41:55 -05:00
parent a3c2c65735
commit b0d9106772
5 changed files with 62 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
class_name EventTextbox extends "res://scripts/Events/Event.gd"
# @export var text:Array[String] = [ "Hello Text" ];
@export var text:String = "Hello Text"
@export_multiline var text:String = "Hello Text"
func start() -> void:
super.start()