From 26fadbbb74d5fa8b4e5bb9b3ef4791d34677efb1 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 29 Jul 2024 23:14:18 +0200 Subject: [PATCH] Increase default size --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project.godot b/project.godot index 077f0b4..01f05a3 100644 --- a/project.godot +++ b/project.godot @@ -22,6 +22,12 @@ Global="*res://core/global.gd" MapManager="*res://maps/mapManager.tscn" Cursor="*res://core/Cursor.tscn" +[display] + +window/size/viewport_width=1920 +window/size/viewport_height=1080 +window/size/initial_position_type=2 + [editor_plugins] enabled=PackedStringArray("res://addons/Todo_Manager/plugin.cfg")