mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-22 21:15:50 +02:00
* Test changes to change variant label color based on Tint
* Revert "Test changes to change variant label"
This reverts commit 0ad0f62930
.
* minimal recovery changes
* Finalized recovery and implemented ShinyIcon
* add setY in MockSprite
* added back some unintentional removed code
* added shiny_icons
* Initial test for tier change
* implemented Shiny Icon full functionality
* slight setY change for non-Base starters
6 lines
61 B
TypeScript
6 lines
61 B
TypeScript
export enum VariantTier {
|
|
STANDARD,
|
|
RARE,
|
|
EPIC
|
|
}
|