Advertisement
Minebox260

mouse.cfg

Oct 26th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. {
  2.   txt = 32768,
  3.   back = 2048,
  4. }
  5. {
  6.   txt = 32768,
  7.   back = 256,
  8. }
  9. {
  10.   txt = 32768,
  11.   back = 512,
  12. }
  13. {
  14.   txt = 32768,
  15.   back = 256,
  16. }
  17. {
  18.   txt = 32768,
  19.   back = 2048,
  20. }
  21. {
  22.   txt = 32768,
  23.   back = 2048,
  24. }
  25. {
  26.   txt = 32768,
  27.   back = 1,
  28. }
  29. {
  30.   back = 256,
  31.   button = 128,
  32.   off = 128,
  33. }
  34. {
  35.   folder = {
  36.     txt = "[=]",
  37.     bCol = "blue",
  38.     tCol = "lightGray",
  39.   },
  40.   audio = {
  41.     txt = "(o)",
  42.     bCol = "red",
  43.     tCol = "yellow",
  44.   },
  45.   disk = {
  46.     txt = "[*]",
  47.     bCol = "green",
  48.     tCol = "lime",
  49.   },
  50.   file = {},
  51.   back = {
  52.     txt = " < ",
  53.     bCol = "blue",
  54.     tCol = "lightGray",
  55.   },
  56. }
  57. {
  58.   Paint = "rom/programs/color/paint",
  59.   Edit = "rom/programs/edit",
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement