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( )