From c2cd4cdbfa8f5a83f00d3f2c0a2091161584177f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 18 Apr 2021 10:30:01 -0400 Subject: Implement basic game states with placeholder art. --- run-game | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-game') diff --git a/run-game b/run-game index a50c20c..0fb9b15 100755 --- a/run-game +++ b/run-game @@ -1,3 +1,3 @@ #!/bin/sh -DEV_MODE=1 ./pre-inst-env guile game.scm +DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (game)) (launch-game)' -- cgit v1.2.3