mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
The character, crafting, spellbook and talent windows will properly ignore the mouse now.
This commit is contained in:
parent
c154b678af
commit
901c275912
@ -256,8 +256,10 @@ margin_bottom = 26.5702
|
|||||||
rect_min_size = Vector2( 30, 20 )
|
rect_min_size = Vector2( 30, 20 )
|
||||||
|
|
||||||
[node name="ItemTooltip" parent="." instance=ExtResource( 5 )]
|
[node name="ItemTooltip" parent="." instance=ExtResource( 5 )]
|
||||||
|
toplevel = false
|
||||||
margin_left = 4.0
|
margin_left = 4.0
|
||||||
margin_top = 4.0
|
margin_top = 4.0
|
||||||
margin_right = 299.0
|
margin_right = 299.0
|
||||||
margin_bottom = 227.0
|
margin_bottom = 227.0
|
||||||
|
|
||||||
[connection signal="pressed" from="PanelContainer/VBoxContainer/HBoxContainer/CloseButton" to="." method="hide"]
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/HBoxContainer/CloseButton" to="." method="hide"]
|
||||||
|
@ -381,4 +381,5 @@ margin_top = 1051.0
|
|||||||
margin_right = 204.0
|
margin_right = 204.0
|
||||||
margin_bottom = 1066.0
|
margin_bottom = 1066.0
|
||||||
stat_name = "Weapon Damage Max"
|
stat_name = "Weapon Damage Max"
|
||||||
|
|
||||||
[connection signal="pressed" from="Panel/VBoxContainer/HBoxContainer/Button" to="." method="_on_Button_pressed"]
|
[connection signal="pressed" from="Panel/VBoxContainer/HBoxContainer/Button" to="." method="_on_Button_pressed"]
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
[node name="CraftingWindow" type="Control"]
|
[node name="CraftingWindow" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
mouse_filter = 2
|
||||||
theme = ExtResource( 1 )
|
theme = ExtResource( 1 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
@ -307,6 +308,7 @@ margin_bottom = 234.0
|
|||||||
text = "No recipes"
|
text = "No recipes"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
|
|
||||||
[connection signal="pressed" from="PanelContainer/VBoxContainer/Header/Button" to="." method="hide"]
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/Header/Button" to="." method="hide"]
|
||||||
[connection signal="pressed" from="PanelContainer/VBoxContainer/Categories/HBoxContainer2/Alchemy" to="." method="set_category" binds= [ 1 ]]
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/Categories/HBoxContainer2/Alchemy" to="." method="set_category" binds= [ 1 ]]
|
||||||
[connection signal="pressed" from="PanelContainer/VBoxContainer/Categories/HBoxContainer2/Smithing" to="." method="set_category" binds= [ 2 ]]
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/Categories/HBoxContainer2/Smithing" to="." method="set_category" binds= [ 2 ]]
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
[node name="SpellBookWindow" type="Control"]
|
[node name="SpellBookWindow" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
mouse_filter = 2
|
||||||
theme = ExtResource( 1 )
|
theme = ExtResource( 1 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
@ -173,4 +174,5 @@ margin_bottom = 26.5702
|
|||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
text = "Next page >"
|
text = "Next page >"
|
||||||
|
|
||||||
[connection signal="pressed" from="PanelContainer/PagedContent/Header/Button" to="." method="hide"]
|
[connection signal="pressed" from="PanelContainer/PagedContent/Header/Button" to="." method="hide"]
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
[node name="TalentWindow" type="Control"]
|
[node name="TalentWindow" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
mouse_filter = 2
|
||||||
theme = ExtResource( 1 )
|
theme = ExtResource( 1 )
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
spec_scene = ExtResource( 2 )
|
spec_scene = ExtResource( 2 )
|
||||||
@ -112,4 +113,5 @@ size_flags_vertical = 3
|
|||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[connection signal="pressed" from="PanelContainer/VBoxContainer/Header/Button" to="." method="hide"]
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/Header/Button" to="." method="hide"]
|
||||||
|
Loading…
Reference in New Issue
Block a user