mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-10 21:52:09 +01:00
Set the mouse filter of the AuraFrame's main container to ignore, to fix deadzone in the top right corner.
This commit is contained in:
parent
cbe6837998
commit
8c5d6019f1
@ -8,9 +8,6 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
aura_entry_scene = ExtResource( 2 )
|
||||
buff_container_path = NodePath("MarginContainer/VBoxContainer/Buffs")
|
||||
debuff_container_path = NodePath("MarginContainer/VBoxContainer/Debuffs")
|
||||
@ -20,6 +17,7 @@ anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
margin_left = -335.0
|
||||
margin_bottom = 157.0
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||||
margin_right = 335.0
|
||||
|
@ -87,9 +87,6 @@ anchor_bottom = 1.0
|
||||
texture = ExtResource( 6 )
|
||||
expand = true
|
||||
stretch_mode = 6
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Windows" type="CanvasLayer" parent="GUI"]
|
||||
layer = 2
|
||||
|
Loading…
Reference in New Issue
Block a user