diff --git a/Assets/Scripts/LoadingMenu.cs b/Assets/Scripts/LoadingMenu.cs index 9fdc27c..9ffe071 100644 --- a/Assets/Scripts/LoadingMenu.cs +++ b/Assets/Scripts/LoadingMenu.cs @@ -71,6 +71,7 @@ public class LoadingMenu : MonoBehaviour else if (response == "4") { text.text = "You are on a beta version of the game. You can still play the game and access the servers, but it is recommended to use the latest stable version."; + continueButton.transform.position = updateButton.transform.position; continueButton.gameObject.SetActive(true); } else