From 665557479e88544b578b163c6511c6f82cf50b3c Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Sun, 28 May 2023 23:12:27 +0200 Subject: [PATCH] removed todo --- text_horror/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/text_horror/app.js b/text_horror/app.js index ff6e55e..a3e2b35 100644 --- a/text_horror/app.js +++ b/text_horror/app.js @@ -7,7 +7,6 @@ var answers; var keys; //BUG: You cant put anything other than a string at the beginning of a dialogue array -//TODO: Save last Object in a temp variable before setting the new dialogue from the answerbox to make a way back funtion possible function load() { fetch("text_horror/dialogue.json")