diff --git a/index.html b/index.html index 7d4849e..1b9b357 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,7 @@

Danke fürs spielen!

+



Zum letzten Checkpoint

\ No newline at end of file diff --git a/text_horror/app.js b/text_horror/app.js index c9f0101..c62dd16 100644 --- a/text_horror/app.js +++ b/text_horror/app.js @@ -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") {