Skip to content

Commit 6f9cf04

Browse files
committed
Mouse Filter Fix
Changed mouse filter so that Glossary hover works on questions
1 parent 44cdb63 commit 6f9cf04

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

addons/dialogic/Nodes/DialogNode.tscn

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,16 @@ __meta__ = {
3434
}
3535

3636
[node name="TextBubble" parent="." instance=ExtResource( 1 )]
37-
margin_left = -140.0
38-
margin_top = -80.0
39-
margin_right = 140.0
40-
margin_bottom = 0.0
37+
margin_top = -207.0
38+
margin_bottom = -40.0
4139

4240
[node name="Options" type="VBoxContainer" parent="."]
4341
visible = false
4442
margin_right = 1280.0
4543
margin_bottom = 720.0
4644
grow_horizontal = 2
4745
grow_vertical = 2
46+
mouse_filter = 2
4847
alignment = 1
4948
__meta__ = {
5049
"_edit_use_anchors_": false
@@ -83,13 +82,11 @@ samples = [ ExtResource( 9 ) ]
8382
random_strategy = 2
8483

8584
[node name="Hovering" type="AudioStreamPlayer" parent="FX/Audio"]
86-
pitch_scale = 0.0001
8785
script = ExtResource( 8 )
8886
samples = [ ExtResource( 9 ) ]
8987
random_strategy = 2
9088

9189
[node name="Selecting" type="AudioStreamPlayer" parent="FX/Audio"]
92-
pitch_scale = 0.0001
9390
script = ExtResource( 8 )
9491
samples = [ ExtResource( 9 ) ]
9592
random_strategy = 2

0 commit comments

Comments
 (0)