began the dialog system

This commit is contained in:
2022-11-27 23:29:56 +01:00
parent 29b5153434
commit ca57159c22
6 changed files with 73 additions and 1 deletions

7
dialog/main.json Normal file
View File

@@ -0,0 +1,7 @@
{
"cupcake":[
"this is a test string...",
"It looks delicious!",
"Eat it when its an finished item!"
]
}