Basic dialog system working

This commit is contained in:
2026-03-16 08:57:53 +11:00
parent 336dd59dbb
commit b433c31261
7 changed files with 45 additions and 26 deletions

View File

@@ -1,7 +1,6 @@
class_name DialogText extends Resource
#contains the raw text info, allows you to iterate through it line-by-line
#only parse text once
##Contains raw text for dialog boxes, and allows you to iterate through it line-by-line.
@export_multiline() var text: String
var _content: Array = []