primitive working dialog bubble

This commit is contained in:
2022-12-01 20:25:36 +01:00
parent f093d3c0b5
commit c4500b09f4
7 changed files with 33 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
{
"randomWelcomeText":[
"Oh hello, {player}... You look great! What do you want from me?",
"Hey, {player}! Hope you have fun today!",
"Hi! What's up {player}?"
"Oh hello, {0}... You look great! What do you want from me?",
"Hey, {0}! Hope you have fun today!",
"Hi! What's up {0}?"
],
"debugAnswer": "This is a debug answer!",
"randomGoodbyeText":[
"Was nice talking to you goodbye!",
"Have a great day, {player}!"
"Have a great day, {0}!"
]
}