From bfc04de7027e476b22f1201d25b7d9a1f505201c Mon Sep 17 00:00:00 2001 From: Zach Jordan Date: Wed, 17 May 2023 08:55:18 -0400 Subject: finished the reading file method, will work on rewriting the file tomoro --- src/assets/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/assets/settings.json (limited to 'src/assets') diff --git a/src/assets/settings.json b/src/assets/settings.json new file mode 100644 index 0000000..37f05f1 --- /dev/null +++ b/src/assets/settings.json @@ -0,0 +1,5 @@ +{ + "musicVol": 100, + "effectsVol": 100, + "fullscreen": true +} \ No newline at end of file -- cgit v1.2.3