There is a few seconds of things actually working.

This commit is contained in:
firebingo 2018-04-06 22:26:17 -07:00
parent 3b12dcbda5
commit 00be56d0a8
4 changed files with 207 additions and 62 deletions

View file

@ -41,7 +41,7 @@ class TextFunctions {
this.character.style = show ? "opacity: 1;" : "opacity: 0;";
}
dialog(show, text) {
dialogText(show, text) {
if(text != undefined) {
this.dialog.innerHTML = text;
}