Skip to content

Commit

Permalink
fix missing spell icon variants
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusAshling committed Dec 23, 2021
1 parent fcbd170 commit 0907272
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/icon/spellIcon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ enum SpellIconVariant {
"Drill" = 3003,
"Double Jump" = 3004,
"Flap" = 3005,
"Dash" = 4000,
"Bounce" = 4001,
"Glide" = 4002,
"ChargeJump" = 4003,
"WaterDash" = 4004,
"Climb" = 4005,
"WeaponCharge" = 4006,
"DamageUpgradeA" = 4007,
"DamageUpgradeB" = 4008,
"WaterBreath" = 4009,
}

export default SpellIconVariant;

0 comments on commit 0907272

Please sign in to comment.