diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-18 10:30:01 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-04-18 10:30:01 -0400 |
commit | c2cd4cdbfa8f5a83f00d3f2c0a2091161584177f (patch) | |
tree | 05b3213954a4694ceb8ba78fab93073b7b966bee /run-game | |
parent | dbc822ba1961b67a66e3f9219e47f9fbcc112789 (diff) |
Implement basic game states with placeholder art.
Diffstat (limited to 'run-game')
-rwxr-xr-x | run-game | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)' |