From c66b4dedcf705599e7928a7371c42f4be7950370 Mon Sep 17 00:00:00 2001 From: Valentin Stark Date: Sun, 25 Sep 2022 19:23:09 +0200 Subject: [PATCH] test --- menu/MainMenu.tscn | 4 ---- project.godot | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/menu/MainMenu.tscn b/menu/MainMenu.tscn index cc63e15..afb6f2c 100644 --- a/menu/MainMenu.tscn +++ b/menu/MainMenu.tscn @@ -47,10 +47,6 @@ margin_right = 360.0 margin_bottom = 377.0 text = "Quitter" -[node name="Viewport" type="Viewport" parent="."] -size = Vector2( 2048, 2048 ) -own_world = true - [connection signal="pressed" from="VBoxContainer/NewButton" to="." method="_on_NewButton_pressed"] [connection signal="pressed" from="VBoxContainer/LoadButton" to="." method="_on_LoadButton_pressed"] [connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"] diff --git a/project.godot b/project.godot index 9e58484..6724ac5 100644 --- a/project.godot +++ b/project.godot @@ -76,6 +76,10 @@ config/icon="res://icon.png" Global="*res://utils/Global.gd" +[display] + +window/dpi/allow_hidpi=true + [editor_plugins] enabled=PoolStringArray( )