summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot45
1 files changed, 16 insertions, 29 deletions
diff --git a/project.godot b/project.godot
index 9983d36..9474ccc 100644
--- a/project.godot
+++ b/project.godot
@@ -6,42 +6,25 @@
; [section] ; section goes between []
; param=value ; assign values to parameters
-config_version=4
+config_version=5
-_global_script_classes=[ {
+_global_script_classes=[{
"base": "GutTest",
-"class": "CommandParserTestBase",
-"language": "GDScript",
+"class": &"CommandParserTestBase",
+"language": &"GDScript",
"path": "res://Tests/Game/CommandParserTestBase.gd"
-}, {
-"base": "Reference",
-"class": "GutHookScript",
-"language": "GDScript",
-"path": "res://addons/gut/hook_script.gd"
-}, {
-"base": "Node",
-"class": "GutTest",
-"language": "GDScript",
-"path": "res://addons/gut/test.gd"
-}, {
-"base": "Node",
-"class": "UiHelpers",
-"language": "GDScript",
-"path": "res://Tests/ui_helpers.gd"
-} ]
+}]
_global_script_class_icons={
-"CommandParserTestBase": "",
-"GutHookScript": "",
-"GutTest": "",
-"UiHelpers": ""
+"CommandParserTestBase": ""
}
[application]
config/name="Texty"
run/main_scene="res://Scenes/Menus/MainMenu.tscn"
-run/delta_sync_after_draw=true
+config/features=PackedStringArray("4.0", "C#")
config/icon="res://icon.png"
+run/delta_sync_after_draw=true
[autoload]
@@ -49,10 +32,14 @@ MonitorEffect="*res://Scenes/MonitorEffect.tscn"
[display]
-window/size/width=800
window/energy_saving/keep_screen_on=false
window/stretch/mode="viewport"
window/stretch/aspect="expand"
+window/size/width=800
+
+[dotnet]
+
+project/assembly_name="Texty"
[editor]
@@ -61,17 +48,17 @@ version_control_autoload_on_startup=true
[editor_plugins]
-enabled=PoolStringArray( "res://addons/ClassExporter/plugin.cfg", "res://addons/gut/plugin.cfg" )
+enabled=PackedStringArray("res://addons/ClassExporter/plugin.cfg")
[gui]
-theme/use_hidpi=true
theme/custom="res://Assets/Themes/Default.tres"
theme/custom_font="res://Assets/Fonts/VT323Font24.tres"
+theme/use_hidpi=true
[locale]
-translations=PoolStringArray( "res://Assets/Translations/menus.de.translation", "res://Assets/Translations/menus.en.translation" )
+translations=PackedStringArray("res://Assets/Translations/menus.de.translation", "res://Assets/Translations/menus.en.translation")
[physics]