Mobile settings in-game fix

This commit is contained in:
OleSTEEP 2024-11-10 17:55:49 +03:00
parent db5bb342de
commit 03b624504d
2 changed files with 3 additions and 1 deletions

View file

@ -533,6 +533,7 @@ color = Color( 1, 1, 1, 1 )
edit_alpha = false
[node name="Example" type="Control" parent="TextSettingsView/CustomTheme"]
visible = false
margin_left = -5.0
margin_top = 193.6
margin_right = 35.0
@ -601,6 +602,7 @@ rect_scale = Vector2( 1.25, 1.25 )
custom_constants/separation = 2
[node name="TwitchSettingsView" type="Control" parent="."]
visible = false
margin_left = 864.0
margin_top = 140.4
margin_right = 904.0

View file

@ -49,7 +49,7 @@ func setType(value:int):
else :
$AllSettingsView / VideoButton.disabled = true;
$AllSettingsView / LanguageButton.disabled = true;
$BackToMenuButton.rect_global_position = Vector2(461, 545);
$ReturnToGameButton.rect_global_position = Vector2(461, 692);
func _ready():