You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.lua 188 B

123456789101112131415161718
  1. settings = {
  2. zoom = {
  3. min = 0.0001,
  4. max = 4,
  5. step = 0.05,
  6. reset = 0.2,
  7. arrowAppear = 0.03
  8. },
  9. warp = {
  10. min = 1,
  11. max = 25,
  12. step = 1,
  13. cooldown = 10
  14. }
  15. }
  16. return settings