diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-03 22:22:50 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:18:18 +0200 |
| commit | e127ad39e742396030352240d829bc903b1d4464 (patch) | |
| tree | 10cc21d70bf13181aef7c8ad0344077ff63579a3 /project.godot | |
| parent | ddbb045f6387a8ba23b1210b27a745516a387a52 (diff) | |
| download | texty-e127ad39e742396030352240d829bc903b1d4464.tar.xz texty-e127ad39e742396030352240d829bc903b1d4464.zip | |
godot: inital Godot 4 migration
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 45 |
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] |
