added todo

This commit is contained in:
Yannik
2023-05-27 22:15:39 +02:00
parent 48462860ac
commit 9a5082e147

View File

@@ -7,6 +7,7 @@ var answers;
var keys; var keys;
//BUG: You cant put anything other than a string at the beginning of a dialogue array //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() { function load() {
fetch("text_horror/dialogue.json") fetch("text_horror/dialogue.json")