diff options
author | Zach Jordan <zjordan58@fairport.org> | 2023-05-17 08:55:18 -0400 |
---|---|---|
committer | Zach Jordan <zjordan58@fairport.org> | 2023-05-17 08:55:18 -0400 |
commit | bfc04de7027e476b22f1201d25b7d9a1f505201c (patch) | |
tree | b942a8cee5d6c00476a3a7f639e4c8280caf1c2a /src/assets | |
parent | 3f9c9d2aee2475b14df00f61f245a12e34e8cc10 (diff) | |
download | NPEhero-bfc04de7027e476b22f1201d25b7d9a1f505201c.tar.gz NPEhero-bfc04de7027e476b22f1201d25b7d9a1f505201c.tar.bz2 NPEhero-bfc04de7027e476b22f1201d25b7d9a1f505201c.zip |
finished the reading file method, will work on rewriting the file tomoro
Diffstat (limited to 'src/assets')
-rw-r--r-- | src/assets/settings.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 |