logbox manager, alert manager and fix bitverse colors

This commit is contained in:
Olivier Gagnon
2021-10-01 10:39:09 -04:00
parent 62cd8ffcc6
commit 97c04a1037
18 changed files with 18 additions and 447 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export class TextFile {
* Shows the content to the user via the game's dialog box.
*/
show(): void {
dialogBoxCreate(`${this.fn}<br /><br />${this.text}`, true);
dialogBoxCreate(`${this.fn}<br /><br />${this.text}`);
}
/**