From 2269b696db8cc5d3b1357f9fa46c2566cef9f159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= Date: Wed, 5 Feb 2025 11:24:24 -0300 Subject: [PATCH] Set window stretch mode to "canvas_items" This reverts the window stretch mode to what it was before a5444c59 . The Pong example is still the main scene, and the example can be cropped if this setting is the default. --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index b8101001..4f05da8d 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,10 @@ run/main_scene="res://addons/block_code/examples/pong_game/pong_game.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg" +[display] + +window/stretch/mode="canvas_items" + [editor_plugins] enabled=PackedStringArray("res://addons/block_code/plugin.cfg", "res://addons/gut/plugin.cfg", "res://addons/plugin_refresher/plugin.cfg")