From a610d4f3c513107135ece5276afffa4223c7ee4b Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 26 Oct 2018 14:13:54 -0400 Subject: Rest of greetz and maps. Game is essentially complete --- wrap.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wrap.fnl') 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) -- cgit v1.3