Basic dialog system working
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user