Advertisement
justync7

termglass

Jun 29th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local gColors = {}
  2. gColors.red = 0xff3333
  3. gColors.blue = 0x7dd2e4
  4. gColors.yellow = 0xffff4d
  5. gColors.green = 0x4dff4d
  6. gColors.gray = 0xe0e0e0
  7. gColors.textGray = 0x818181
  8. gColors.text = 0x5a5a5a
  9. gColors.rain = 0x2e679f
  10. p.clear()
  11. local mainBox = p.addBox(20, 20, 96, 48, gColors.gray, 0.7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement