Fix reset button

This commit is contained in:
2026-02-08 00:53:46 -07:00
parent dad4845fbe
commit c732f753a1

View File

@@ -53,7 +53,7 @@ public class CustomGamePlayerPauseMenu : MonoBehaviour
resetUiButton.onClick.AddListener(() =>
{
((RectTransform)scoreText.transform).anchoredPosition = new Vector2(0f, -70f);
((RectTransform)boostText.transform).anchoredPosition = new Vector2(0f, -190f);
((RectTransform)boostText.transform).anchoredPosition = new Vector2(0f, -140f);
PlayerPrefs.DeleteKey("DraggedUIScoreText");
PlayerPrefs.DeleteKey("DraggedUIBoostTextCustom");
if (Application.isMobilePlatform)