There is a few seconds of things actually working.
This commit is contained in:
parent
3b12dcbda5
commit
00be56d0a8
4 changed files with 207 additions and 62 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue