Advertisement
cnl_cnl_cnl

Untitled

Aug 19th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. local dispMode = {
  2. [1] = [[
  3. +--+----+--+
  4. |NW| N |NE|
  5. +--+----+--|
  6. | | | |
  7. |W |main| E|
  8. | | | |
  9. +--+----+--+
  10. |SW| S |SE|
  11. +--+----+--+
  12. ]],
  13. [2] = [[
  14. +----------+
  15. | N |
  16. +--+----+--+
  17. | | | |
  18. |W |main| E|
  19. | | | |
  20. +--+----+--+
  21. | S |
  22. +----------+
  23. ]],
  24. [3] = [[
  25. +--+----+--+
  26. | | N | |
  27. + +----+ +
  28. | | | |
  29. |W |main| E|
  30. | | | |
  31. + +----+ +
  32. | | | |
  33. +--+----+--+
  34. ]],}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement