aboutsummaryrefslogtreecommitdiff
path: root/samples/monsterdata.json
diff options
context:
space:
mode:
Diffstat (limited to 'samples/monsterdata.json')
-rwxr-xr-xsamples/monsterdata.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/monsterdata.json b/samples/monsterdata.json
new file mode 100755
index 00000000..06bb57af
--- /dev/null
+++ b/samples/monsterdata.json
@@ -0,0 +1,9 @@
+{
+ pos: {
+ x: 1,
+ y: 2,
+ z: 3
+ },
+ hp: 80,
+ name: "MyMonster"
+}