Advertisement
NicholasThornton

Untitled

Apr 25th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. manabar = Geyser.Gauge:new({
  2. name="manabar",
  3. x= 325, y= 593,
  4. width= 321, height= 25,
  5. })
  6.  
  7.  
  8. manabar.front:setStyleSheet([[background-color: SteelBlue;
  9. border-top: 12px black solid;
  10. border-left: 12px black solid;
  11. border-bottom: 12px black solid;
  12. border-width: 3px;
  13. border-radius: 10;
  14. border-style: dashed;
  15. padding: 1px;
  16. font-size: 10px;
  17. ]])
  18.  
  19. manabar.back:setStyleSheet([[background-color: Navy;
  20. border-width: 2px;
  21. border-color: navy;
  22. border-style: solid;
  23. border-radius: 10;
  24. border-style: dashed;
  25. border-color: CadetBlue;
  26. padding: 1px;
  27. ]])
  28.  
  29. manabar :setValue(current_mana, 3580, current_mana)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement