prepared answer box in html

This commit is contained in:
Yannik
2023-05-27 15:21:03 +02:00
parent 4aa35684ab
commit b50fe68f77
3 changed files with 25 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
var speed = 50;
var typeindex = 0;
var dlgFile = {};
let dlgLines = [];
var dlgPointer = 0;
var dlgFile;
let dlgLines;
function load() {
fetch("text_horror/dialogue.json")