diff --git a/client/game/Gameplay/ResourceSplash.tscn b/client/game/Gameplay/ResourceSplash.tscn index 91383f8..ff20b46 100644 --- a/client/game/Gameplay/ResourceSplash.tscn +++ b/client/game/Gameplay/ResourceSplash.tscn @@ -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 @@ -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 diff --git a/common/game/ResourceDrops/ResourceDrop.tscn b/common/game/ResourceDrops/ResourceDrop.tscn index 0ae55a7..0a5b34d 100644 --- a/common/game/ResourceDrops/ResourceDrop.tscn +++ b/common/game/ResourceDrops/ResourceDrop.tscn @@ -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__ = { diff --git a/common/game/ResourceSpawners/CashSpawner.tscn b/common/game/ResourceSpawners/CashSpawner.tscn index 902dddf..6c13331 100644 --- a/common/game/ResourceSpawners/CashSpawner.tscn +++ b/common/game/ResourceSpawners/CashSpawner.tscn @@ -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 diff --git a/common/game/ResourceSpawners/GemSpawner.tscn b/common/game/ResourceSpawners/GemSpawner.tscn index fb287b3..6bbd0ae 100644 --- a/common/game/ResourceSpawners/GemSpawner.tscn +++ b/common/game/ResourceSpawners/GemSpawner.tscn @@ -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 diff --git a/common/game/ResourceSpawners/MetalSpawner.tscn b/common/game/ResourceSpawners/MetalSpawner.tscn index e5d58d6..8ff066b 100644 --- a/common/game/ResourceSpawners/MetalSpawner.tscn +++ b/common/game/ResourceSpawners/MetalSpawner.tscn @@ -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