Implemented Wizard HUD ability icons.

pull/28/head
sigonasr2 1 year ago
parent 9d08c2547f
commit 66f182ac38
  1. BIN
      Crawler/assets/Ability Icons/firebolt.png
  2. BIN
      Crawler/assets/Ability Icons/lightningbolt.png
  3. BIN
      Crawler/assets/Ability Icons/meteor.png
  4. BIN
      Crawler/assets/Ability Icons/teleport.png
  5. 8
      Crawler/assets/config/classes/Wizard.txt
  6. 4
      Crawler/assets/config/gfx/gfx.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -29,7 +29,7 @@ Wizard
{
Name = Teleport
Short Name = TELE
Icon = block.png
Icon = teleport.png
Cooldown = 8
Mana Cost = 5
# Whether or not this ability cancels casts.
@ -69,7 +69,7 @@ Wizard
{
Name = Firebolt
Short Name = F.BOLT
Icon = block.png
Icon = firebolt.png
Cooldown = 6
Mana Cost = 30
# Whether or not this ability cancels casts.
@ -135,7 +135,7 @@ Wizard
{
Name = Lightning Bolt
Short Name = L.BOLT
Icon = block.png
Icon = lightningbolt.png
Cooldown = 6
Mana Cost = 25
# Whether or not this ability cancels casts.
@ -191,7 +191,7 @@ Wizard
{
Name = Meteor
Short Name = METEOR
Icon = block.png
Icon = meteor.png
Cooldown = 40
Mana Cost = 75
# Whether or not this ability cancels casts.

@ -44,4 +44,8 @@ Images
GFX_Warrior_Block_Icon = Ability Icons/block.png
GFX_Warrior_GroundSlam_Icon = Ability Icons/groundslam.png
GFX_Warrior_SonicSlash_Icon = Ability Icons/sonicslash.png
GFX_Wizard_Teleport_Icon = Ability Icons/teleport.png
GFX_Wizard_FireBolt_Icon = Ability Icons/firebolt.png
GFX_Wizard_LightningBolt_Icon = Ability Icons/lightningbolt.png
GFX_Wizard_Meteor_Icon = Ability Icons/meteor.png
}
Loading…
Cancel
Save