Fixed Some Issues

dev-hazim
Hazim Bin Ijaz 1 month ago
parent 1952dbb516
commit d457c9ffe4

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

@ -1,5 +1,6 @@
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using DG.Tweening;
using PlayFab; using PlayFab;
using PlayFab.ClientModels; using PlayFab.ClientModels;
using UnityEngine; using UnityEngine;
@ -32,6 +33,7 @@ public class LeaderboardUIScreen : MonoBehaviour
} }
} }
content.GetComponent<RectTransform>().DOAnchorPosX(0f,1f).SetEase(Ease.OutElastic);
} }
private void PopulateLbItem(PlayerLeaderboardEntry lbEntry) private void PopulateLbItem(PlayerLeaderboardEntry lbEntry)

Loading…
Cancel
Save