aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-05 12:22:00 +1000
committerquou <quou@disroot.org>2024-10-05 12:22:00 +1000
commit66e1d8ff03e2df73d9690f5702633cb6934a3052 (patch)
tree6f949ca50435f7fc2a756c7127e0186c5f3aaedd /config.h
parent0e75a2949678cb8a68fb0819355864aa6db2cb43 (diff)
give the game a name
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6a69ee7..906f097 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
#include "maths.h"
-#define game_name "1bit Game Jam"
+#define game_name "hftrss"
#define memory_size (1024 * 32)
#define app_memory_size (1024 * 16)