Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local dispMode = {
- [1] = [[
- +--+----+--+
- |NW| N |NE|
- +--+----+--|
- | | | |
- |W |main| E|
- | | | |
- +--+----+--+
- |SW| S |SE|
- +--+----+--+
- ]],
- [2] = [[
- +----------+
- | N |
- +--+----+--+
- | | | |
- |W |main| E|
- | | | |
- +--+----+--+
- | S |
- +----------+
- ]],
- [3] = [[
- +--+----+--+
- | | N | |
- + +----+ +
- | | | |
- |W |main| E|
- | | | |
- + +----+ +
- | | | |
- +--+----+--+
- ]],}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement