mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
parent
071b8958b0
commit
2ca2cae6f8
1 changed files with 4 additions and 1 deletions
|
@ -337,6 +337,7 @@ enum class ShopType {
|
|||
|
||||
// Geode Addition
|
||||
enum class ZLayer {
|
||||
B5 = -5,
|
||||
B4 = -3,
|
||||
B3 = -1,
|
||||
B2 = 1,
|
||||
|
@ -345,6 +346,7 @@ enum class ZLayer {
|
|||
T1 = 5,
|
||||
T2 = 7,
|
||||
T3 = 9,
|
||||
T4 = 11,
|
||||
};
|
||||
|
||||
enum class UpdateResponse {
|
||||
|
@ -524,7 +526,8 @@ enum class GJChallengeType {
|
|||
Unknown = 0,
|
||||
Orbs = 1,
|
||||
UserCoins = 2,
|
||||
Stars = 3
|
||||
Stars = 3,
|
||||
Moons = 4,
|
||||
};
|
||||
|
||||
enum class GJScoreType {
|
||||
|
|
Loading…
Reference in a new issue