Testing cutscene setup
This commit is contained in:
@@ -71,3 +71,7 @@ func setText(text:String) -> void:
|
||||
await get_tree().process_frame# Absolutely needed to make the text wrap
|
||||
label.text = text;
|
||||
label.visible_characters = 0;
|
||||
|
||||
func setTextAndWait(text:String) -> void:
|
||||
await setText(text);
|
||||
await self.textboxClosing
|
||||
|
||||
Reference in New Issue
Block a user