lots of features

This commit is contained in:
2023-08-04 11:30:18 -07:00
parent d098cfb017
commit 339cb374b8
27 changed files with 427 additions and 36 deletions

View File

@@ -11,9 +11,14 @@ config_version=5
[application]
config/name="FPS"
run/main_scene="res://Scenes/Level.tscn"
run/main_scene="res://Scenes/Main.tscn"
config/features=PackedStringArray("4.1", "C#", "Forward Plus")
[autoload]
SceneHandler="*res://Scripts/SceneHandler.cs"
BgmPlayer="*res://Scripts/BGMPlayer.cs"
[dotnet]
project/assembly_name="FPS"