From eec6b110627f7709e48c995b6644e5e38b6acdf9 Mon Sep 17 00:00:00 2001 From: Renge Date: Fri, 1 Apr 2022 18:43:59 -0400 Subject: [PATCH] fix: added assets of shattered_sword --- .gitignore | 3 +++ dist/shattered_sword_assets/jsons/sampleconfig.json | 3 +++ dist/shattered_sword_assets/jsons/samplesave.json | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 dist/shattered_sword_assets/jsons/sampleconfig.json create mode 100644 dist/shattered_sword_assets/jsons/samplesave.json diff --git a/.gitignore b/.gitignore index 2586616..66fb270 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ dist/* # Include the built-in asset folder !dist/builtin/ +# Include the shattered_sword_assets +!dist/shattered_sword_assets + ### IF YOU ARE MAKING A PROJECT, YOU MAY WANT TO UNCOMMENT THIS LINE ### # !dist/assets/ diff --git a/dist/shattered_sword_assets/jsons/sampleconfig.json b/dist/shattered_sword_assets/jsons/sampleconfig.json new file mode 100644 index 0000000..1bf7f54 --- /dev/null +++ b/dist/shattered_sword_assets/jsons/sampleconfig.json @@ -0,0 +1,3 @@ +{ + "volume": 50 +} \ No newline at end of file diff --git a/dist/shattered_sword_assets/jsons/samplesave.json b/dist/shattered_sword_assets/jsons/samplesave.json new file mode 100644 index 0000000..dad54ed --- /dev/null +++ b/dist/shattered_sword_assets/jsons/samplesave.json @@ -0,0 +1,4 @@ +{ + "name": "Hiro", + "level": 1 +} \ No newline at end of file