Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local color = {}
  2.     color["noir"] = Color.new(0, 0, 0)
  3.     color["rouge"] = Color.new(255, 0, 0)
  4.     color["vert"] = Color.new(0, 255, 0)
  5.     color["bleu"] = Color.new(0, 0, 255)
  6. --etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement