Skip to content

Commit

Permalink
gameplay control elements should ignore mouse.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung committed Jul 13, 2021
1 parent fa6eed9 commit 05f19d4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/game/Gameplay/ResourceSplash.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Label/styles/normal = null
[node name="ResourceSplash" type="HBoxContainer"]
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
Expand All @@ -31,6 +32,7 @@ margin_left = 4.0
margin_right = 44.0
margin_bottom = 20.0
rect_min_size = Vector2( 40, 0 )
mouse_filter = 2
expand = true
stretch_mode = 6

Expand Down
1 change: 1 addition & 0 deletions common/game/ResourceDrops/ResourceDrop.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ margin_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
rect_min_size = Vector2( 40, 40 )
mouse_filter = 2
expand = true
stretch_mode = 6
__meta__ = {
Expand Down
1 change: 1 addition & 0 deletions common/game/ResourceSpawners/CashSpawner.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ margin_left = -86.0
margin_top = -86.0
margin_right = 86.0
margin_bottom = 86.0
mouse_filter = 2
color = Color( 0.0666667, 0.980392, 0.145098, 1 )
__meta__ = {
"_edit_use_anchors_": false
Expand Down
1 change: 1 addition & 0 deletions common/game/ResourceSpawners/GemSpawner.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ margin_right = 64.0
margin_bottom = 64.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
color = Color( 0, 0.203922, 1, 1 )
__meta__ = {
"_edit_use_anchors_": false
Expand Down
1 change: 1 addition & 0 deletions common/game/ResourceSpawners/MetalSpawner.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ margin_left = -64.0
margin_top = -64.0
margin_right = 64.0
margin_bottom = 64.0
mouse_filter = 2
color = Color( 0.984314, 0.737255, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
Expand Down

0 comments on commit 05f19d4

Please sign in to comment.