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.Generic;
using DG.Tweening;
using PlayFab;
using PlayFab.ClientModels;
using UnityEngine;
@ -31,7 +32,8 @@ public class LeaderboardUIScreen : MonoBehaviour
PopulatePedestalItem(lbEntry);
}
}
content.GetComponent<RectTransform>().DOAnchorPosX(0f,1f).SetEase(Ease.OutElastic);
}
private void PopulateLbItem(PlayerLeaderboardEntry lbEntry)

Loading…
Cancel
Save