mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Fix property deprecation warnings.
This commit is contained in:
parent
8e2a6d96e7
commit
cea803979c
@ -9,12 +9,10 @@
|
|||||||
margin_right = 46.0
|
margin_right = 46.0
|
||||||
margin_bottom = 46.0
|
margin_bottom = 46.0
|
||||||
rect_min_size = Vector2( 46, 46 )
|
rect_min_size = Vector2( 46, 46 )
|
||||||
focus_mode = 0
|
|
||||||
theme = ExtResource( 3 )
|
theme = ExtResource( 3 )
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
action_mode = 0
|
action_mode = 0
|
||||||
button_mask = 3
|
button_mask = 3
|
||||||
enabled_focus_mode = 0
|
|
||||||
keep_pressed_outside = true
|
keep_pressed_outside = true
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
|
@ -10,14 +10,12 @@ margin_top = 1.0
|
|||||||
margin_right = 45.0
|
margin_right = 45.0
|
||||||
margin_bottom = 46.0
|
margin_bottom = 46.0
|
||||||
rect_min_size = Vector2( 45, 45 )
|
rect_min_size = Vector2( 45, 45 )
|
||||||
focus_mode = 0
|
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
theme = ExtResource( 3 )
|
theme = ExtResource( 3 )
|
||||||
shortcut_in_tooltip = false
|
shortcut_in_tooltip = false
|
||||||
action_mode = 0
|
action_mode = 0
|
||||||
button_mask = 3
|
button_mask = 3
|
||||||
enabled_focus_mode = 0
|
|
||||||
keep_pressed_outside = true
|
keep_pressed_outside = true
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
|
@ -7,9 +7,7 @@ margin_right = 25.0
|
|||||||
margin_bottom = 40.0
|
margin_bottom = 40.0
|
||||||
rect_min_size = Vector2( 25, 30 )
|
rect_min_size = Vector2( 25, 30 )
|
||||||
hint_tooltip = "Inventory"
|
hint_tooltip = "Inventory"
|
||||||
focus_mode = 0
|
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
enabled_focus_mode = 0
|
|
||||||
keep_pressed_outside = true
|
keep_pressed_outside = true
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
|
@ -46,9 +46,7 @@ lock_button_path = NodePath("LockButton")
|
|||||||
margin_right = 25.0
|
margin_right = 25.0
|
||||||
margin_bottom = 40.0
|
margin_bottom = 40.0
|
||||||
rect_min_size = Vector2( 25, 30 )
|
rect_min_size = Vector2( 25, 30 )
|
||||||
focus_mode = 0
|
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
enabled_focus_mode = 0
|
|
||||||
keep_pressed_outside = true
|
keep_pressed_outside = true
|
||||||
|
|
||||||
[node name="locked" type="TextureRect" parent="GUI/Buttons/LockButton"]
|
[node name="locked" type="TextureRect" parent="GUI/Buttons/LockButton"]
|
||||||
@ -77,8 +75,6 @@ margin_left = 25.0
|
|||||||
margin_right = 50.0
|
margin_right = 50.0
|
||||||
margin_bottom = 40.0
|
margin_bottom = 40.0
|
||||||
rect_min_size = Vector2( 25, 30 )
|
rect_min_size = Vector2( 25, 30 )
|
||||||
focus_mode = 0
|
|
||||||
enabled_focus_mode = 0
|
|
||||||
keep_pressed_outside = true
|
keep_pressed_outside = true
|
||||||
|
|
||||||
[node name="TextureRect3" type="TextureRect" parent="GUI/Buttons/Menu"]
|
[node name="TextureRect3" type="TextureRect" parent="GUI/Buttons/Menu"]
|
||||||
|
Loading…
Reference in New Issue
Block a user