Guest User

Untitled

a guest
Nov 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. DrawString SMALLFONT, Purple, "Hero Mana", 144, -65;
  2. DrawNumber 3, SMALLFONT, Purple, Heromana, fillzeros, 78, -74;
  3. drawbar "herobar", "barback", Heromana, Horizontal, 4, -75;
  4.  
  5. DrawString SMALLFONT, Green, "Mana", 108, -85;
  6. DrawNumber 3, SMALLFONT, Green, summonmana, fillzeros, 78, -94;
  7. drawbar "manabar", "barback", summonmana, Horizontal, 4, -93;
  8.  
  9. DrawNumber 3, BIGFONT, Gold, Health, fillzeros, -10, -27, 0, Red, 120, Green, 170;
  10.  
  11. DrawString SMALLFONT, Black, "Cost:", 185, -95;
  12. DrawString SMALLFONT, Black, "AltCost:", 185, -75;
  13.  
  14. DrawNumber 2, SMALLFONT, Gold, PowerupTime Artifly, 158, -110;
Add Comment
Please, Sign In to add comment