summaryrefslogtreecommitdiff
path: root/src/settings.moon
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.moon')
-rw-r--r--src/settings.moon11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/settings.moon b/src/settings.moon
new file mode 100644
index 0000000..0cd1d76
--- /dev/null
+++ b/src/settings.moon
@@ -0,0 +1,11 @@
+-- like world, just holds state, but the per-client state instead of any shared state.
+
+settings = {}
+
+-- Passed to the land shader to add noise to lamps
+settings.streamer = 0
+
+-- Volume for sound effects
+settings.volume = 1
+
+settings