This commit is contained in:
Pjotr7
2023-06-23 23:01:09 +02:00
4 changed files with 12 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ function resetGame() {
location.reload();
}
}
function reloadGame() {
location.reload();
}
//change current dialogue lines with dictionary keys
function changeDlg(dlgKey) {
if (typeof dlgFile[dlgKey] === "string") {