JoshBoshGames

LConfig.lua

Apr 24th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. --IO Side Designations
  2.  
  3. --Valid Sides: "left" / "right" / "back" / "bottom" / "top"
  4.  
  5. _G.LogsSide = "back"
  6.  
  7. _G.FuelSide = "top"
  8.  
  9. _G.SaplingsSide = "bottom"
  10.  
  11. -- Modem side designation
  12.  
  13. _G.ModemSide = "left"
Add Comment
Please, Sign In to add comment