summaryrefslogtreecommitdiff
path: root/scripts/run-game
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-22 08:24:42 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-09-23 16:29:08 -0400
commitea0d3009fa7020d75c1657cb532570305de699a6 (patch)
tree288c154ad995c78115eeb85140dff2703fad3f50 /scripts/run-game
parent00df702b030ee01d6c544cb7e3e1170b7f29a343 (diff)
Allow game to be properly installable.
Diffstat (limited to 'scripts/run-game')
-rwxr-xr-xscripts/run-game3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/run-game b/scripts/run-game
deleted file mode 100755
index 15bbf9d..0000000
--- a/scripts/run-game
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec guile -c '(use-modules (super-bloom main)) (launch-game)'