Advertisement
toastonrye

masterLib.lua

Aug 9th, 2022
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. pinsStr = {
  2.  "colours.white",
  3.  "colours.orange",
  4.  "colors.magenta",
  5.  "colours.lightBlue",
  6.  "colours.yellow",
  7.  "colours.lime",
  8.  "colours.pink",
  9.  "colours.grey"
  10. }
  11.  
  12. pins = {
  13.  colours.white,
  14.  colours.orange,
  15.  colors.magenta,
  16.  colours.lightBlue,
  17.  colours.yellow,
  18.  colours.lime,
  19.  colours.pink,
  20.  colours.grey
  21. }
  22.  
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement