From 321bcd855d5478e68c17ce7759dd0ffc056342c6 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 20 May 2022 10:29:16 -0500 Subject: [PATCH] removed unneeded config template --- .gitignore | 1 - src/{config.onyx.template => config.onyx} | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) rename src/{config.onyx.template => config.onyx} (78%) diff --git a/.gitignore b/.gitignore index 09bf44b..2959037 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -src/config.onyx *.code-workspace *.sublime-project *.sublime-workspace diff --git a/src/config.onyx.template b/src/config.onyx similarity index 78% rename from src/config.onyx.template rename to src/config.onyx index f66200a..12a4d4c 100644 --- a/src/config.onyx.template +++ b/src/config.onyx @@ -1,5 +1,7 @@ package runtime.vars +Enable_Heap_Debug :: true + Game_Version :: 0x0001 Game_Port :: cast(u16) 5123 -- 2.25.1