Advertisement
Belzebub

Untitled

Feb 27th, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. label = "cap",
  3. buttonMode = true,
  4. shapes = {
  5. { 0,0,0,16,16,16,texture = "stonebrick", tint = 0xeeeeee },
  6. }
  7. },
  8.  
  9. {
  10. label = "cap",
  11. buttonMode = true,
  12. shapes = {
  13. { 0,0,0,16,1,16,texture = "stonebrick", tint = 0xeeeeee },
  14. { 0,1,0,1,16,16,texture = "stonebrick", tint = 0xeeeeee },
  15. { 15,1,0,16,16,16,texture = "stonebrick", tint = 0xeeeeee },
  16. { 1,15,0,16,16,16,texture = "stonebrick", tint = 0xeeeeee },
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement