Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. os.loadAPI("gui")
  2.  
  3. bar1 = {}
  4. bar1.percent = 0
  5. bar1.text = "test"
  6. bar1.pColor = color.blue
  7. bar1.bColor = color.white
  8. bar1.w = 10
  9. bar1.x = 2
  10. bar1.y = 2
  11.  
  12. gui.drawBar(bar1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement