From 66e1d8ff03e2df73d9690f5702633cb6934a3052 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 5 Oct 2024 12:22:00 +1000 Subject: give the game a name --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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) -- cgit v1.2.3-54-g00ecf