diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-08 21:56:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-08 21:56:41 +0300 |
| commit | 5718149342cd9f81f37bd9077aa8fff272c61e9b (patch) | |
| tree | a6871cf6801ab3786d775438bccc4b46e8571ddc /data/dialogue/dwarf_2.json | |
| parent | bc72e9a407db4fcc830450c112de90f5d1c251a9 (diff) | |
Implement dialogue files
Diffstat (limited to 'data/dialogue/dwarf_2.json')
| -rw-r--r-- | data/dialogue/dwarf_2.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/dialogue/dwarf_2.json b/data/dialogue/dwarf_2.json new file mode 100644 index 0000000..89d039f --- /dev/null +++ b/data/dialogue/dwarf_2.json @@ -0,0 +1,4 @@ +[ + { "name": "Dwarf", "body": "What are you doing in this dungeon?" }, + { "name": "Dwarf", "body": "Go back to the surface." } +] |
