From 96bdcf325d23fbd4f1507e6a1395640a82ab965a Mon Sep 17 00:00:00 2001 From: d10sfan Date: Fri, 5 Jan 2024 22:42:33 -0600 Subject: [PATCH] scretch? --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index 55ae156..cfcbb2e 100644 --- a/project.godot +++ b/project.godot @@ -21,6 +21,10 @@ SoundManager="*res://addons/sound_manager/sound_manager.gd" MaterialIconsDB="*res://addons/material-design-icons/icons/icons.gd" GodotLogger="*res://addons/logger/logger.gd" +[display] + +window/stretch/mode="viewport" + [editor_plugins] enabled=PackedStringArray("res://addons/logger/plugin.cfg", "res://addons/material-design-icons/plugin.cfg", "res://addons/sound_manager/plugin.cfg")