From 5718149342cd9f81f37bd9077aa8fff272c61e9b Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 8 Aug 2020 21:56:41 +0300 Subject: Implement dialogue files --- data/dialogue/dwarf_2.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/dialogue/dwarf_2.json (limited to 'data/dialogue/dwarf_2.json') 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." } +] -- cgit v1.3