monster010

CC - DebiSludgeBoiler Save File

Apr 20th, 2016
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. {
  2.   sb1 = {
  3.     x = 2,
  4.     name = "Boiler 1",
  5.     color = 16384,
  6.     w = 13,
  7.     active = false,
  8.     y = 2,
  9.   },
  10.   sb2 = {
  11.     x = 16,
  12.     name = "Boiler 2",
  13.     color = 8192,
  14.     w = 13,
  15.     active = false,
  16.     y = 2,
  17.   },
  18. }
Advertisement
Add Comment
Please, Sign In to add comment