Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gColors = {}
- gColors.red = 0xff3333
- gColors.blue = 0x7dd2e4
- gColors.yellow = 0xffff4d
- gColors.green = 0x4dff4d
- gColors.gray = 0xe0e0e0
- gColors.textGray = 0x818181
- gColors.text = 0x5a5a5a
- gColors.rain = 0x2e679f
- p.clear()
- local mainBox = p.addBox(20, 20, 96, 48, gColors.gray, 0.7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement