now uses json files for dialogue

This commit is contained in:
Yannik
2023-05-26 17:19:55 +02:00
parent 2bb288b827
commit e97816759d
3 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{
"<start>": [
"Hello welcome to TextHorror!",
"This is the second line",
"Aand a third line"
]
}