diff --git a/project.godot b/project.godot index 6688951..11904fe 100644 --- a/project.godot +++ b/project.godot @@ -23,7 +23,7 @@ window/size/viewport_width=1600 window/size/viewport_height=900 window/size/mode=2 window/size/resizable=false -window/stretch/mode="viewport" +window/stretch/mode="canvas_items" window/stretch/aspect="expand" [input] diff --git a/scenes/menu/menu.tscn b/scenes/menu/menu.tscn index b4758e5..e479895 100644 --- a/scenes/menu/menu.tscn +++ b/scenes/menu/menu.tscn @@ -81,6 +81,7 @@ theme_override_constants/separation = 29 [node name="NormalStart" type="Button" parent="Menu"] layout_mode = 2 +focus_mode = 0 theme_type_variation = &"FlatButton" text = " " @@ -121,6 +122,7 @@ text = "Start" [node name="InfiniteStart" type="Button" parent="Menu"] layout_mode = 2 +focus_mode = 0 theme_type_variation = &"FlatButton" text = " " @@ -161,6 +163,7 @@ text = "Mode infini" [node name="Options" type="Button" parent="Menu"] layout_mode = 2 +focus_mode = 0 theme_type_variation = &"FlatButton" text = " "