Started quest system
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class_name TextboxEvent extends "res://scripts/Cutscene/CutsceneEvent.gd"
|
||||
|
||||
var text:string;
|
||||
var text:String;
|
||||
|
||||
func _init(
|
||||
text:string
|
||||
text:String
|
||||
) -> void:
|
||||
super._init();
|
||||
self.text = text;
|
||||
@@ -12,4 +12,4 @@ func start() -> void:
|
||||
print("He can say ", text);
|
||||
|
||||
func isDone() -> bool:
|
||||
return false
|
||||
return false
|
||||
|
Reference in New Issue
Block a user