Advertisement
Derek1017

Test Button 2

Jul 13th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local buttonName = {
  2.         "                 ",
  3.         " A button ",
  4.         "  label   ",
  5.         "                 ",
  6.         label = "a button"
  7. }
  8.  
  9. t:add(buttonName, nil, 2, 2, 11, 5, colors.red, colors.lime)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement