Initial commit

This commit is contained in:
jonathan
2026-01-20 22:36:55 +01:00
commit e57c33fb44
4 changed files with 27 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
root = true
[*]
charset = utf-8
+2
View File
@@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
+3
View File
@@ -0,0 +1,3 @@
# Godot 4+ specific ignores
.godot/
/android/
+18
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="Undertaker Simulator"
config/features=PackedStringArray("4.5", "Forward Plus")
[dotnet]
project/assembly_name="Undertaker Simulator"