From: Brendan Hansen Date: Fri, 20 May 2022 15:29:16 +0000 (-0500) Subject: removed unneeded config template X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=321bcd855d5478e68c17ce7759dd0ffc056342c6;p=voxel-shooter.git removed unneeded config template --- 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 b/src/config.onyx new file mode 100644 index 0000000..12a4d4c --- /dev/null +++ b/src/config.onyx @@ -0,0 +1,8 @@ +package runtime.vars + +Enable_Heap_Debug :: true + +Game_Version :: 0x0001 +Game_Port :: cast(u16) 5123 + +#load_path "./../lib" diff --git a/src/config.onyx.template b/src/config.onyx.template deleted file mode 100644 index f66200a..0000000 --- a/src/config.onyx.template +++ /dev/null @@ -1,6 +0,0 @@ -package runtime.vars - -Game_Version :: 0x0001 -Game_Port :: cast(u16) 5123 - -#load_path "./../lib"