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

@ -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():