Initial commit: Create Voider game project with utilities, input, and events libraries

This commit is contained in:
Will Stuckey
2025-10-28 11:56:18 -05:00
commit 40e6524805
4 changed files with 83 additions and 0 deletions

18
project.godot Normal file
View File

@@ -0,0 +1,18 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Voider"
config/features=PackedStringArray("4.5", "C#", "Forward Plus")
[dotnet]
project/assembly_name="Voider"