summaryrefslogtreecommitdiff
path: root/wrap.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'wrap.fnl')
-rw-r--r--wrap.fnl2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrap.fnl b/wrap.fnl
index e3179e5..e4bed7b 100644
--- a/wrap.fnl
+++ b/wrap.fnl
@@ -19,6 +19,8 @@
;;;; This module contains non-game-specific bits and mode-changing logic.
+(math.randomseed (os.time))
+
(var scale 2)
(local canvas-width 640)
(local canvas-height 480)