feat: Add Pet overlay

* feat: pet overlay

* fix: missing shadow

* fix: getting pet when not in pets menu

* sort translations

* Merge branch 'master' into feat/pet-overlay

* Merge branch 'master' into feat/pet-overlay

* Add requested changes for Pet Overlay
This commit is contained in:
Jacob
2025-05-08 05:20:29 +08:00
committed by GitHub
parent 63669bc28b
commit 40256ca601
7 changed files with 75 additions and 8 deletions

View File

@@ -19,7 +19,8 @@ object ExpLadders : IReloadable {
val expInCurrentLevel: Float,
var expTotal: Float,
) {
val percentageToNextLevel: Float = expInCurrentLevel / expRequiredForNextLevel
val percentageToNextLevel: Float = expInCurrentLevel / expRequiredForNextLevel
val percentageToMaxLevel: Float = expTotal / expRequiredForMaxLevel
}
data class ExpLadder(