Skip to content

Commit

Permalink
Prevent controls from blocking clicking OK
Browse files Browse the repository at this point in the history
  • Loading branch information
romlok committed Aug 5, 2016
1 parent 1210ac6 commit 121fe9d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions game/menu/menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ params/modulate = Color( 1, 0, 0, 1 )
[node name="controls" type="HBoxContainer" parent="help"]

rect/min_size = Vector2( 800, 350 )
focus/ignore_mouse = false
focus/ignore_mouse = true
focus/stop_mouse = false
size_flags/horizontal = 2
size_flags/vertical = 2
Expand All @@ -210,14 +210,15 @@ alignment = 0
[node name="p1" type="MarginContainer" parent="help/controls"]

rect/min_size = Vector2( 400, 350 )
focus/ignore_mouse = false
focus/ignore_mouse = true
focus/stop_mouse = false
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 400.0
margin/bottom = 350.0
__meta__ = { "_editor_collapsed":true }

[node name="scaler" type="Node2D" parent="help/controls/p1"]

Expand Down Expand Up @@ -370,14 +371,15 @@ autoplay = "bullet fire"
[node name="p2" type="MarginContainer" parent="help/controls"]

rect/min_size = Vector2( 400, 350 )
focus/ignore_mouse = false
focus/ignore_mouse = true
focus/stop_mouse = false
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 404.0
margin/top = 0.0
margin/right = 804.0
margin/bottom = 350.0
__meta__ = { "_editor_collapsed":true }

[node name="scaler" type="Node2D" parent="help/controls/p2"]

Expand Down

0 comments on commit 121fe9d

Please sign in to comment.