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.

17 regels
169 B

  1. settings = {
  2. zoom = {
  3. min = 0.0001,
  4. max = 4,
  5. step = 0.01,
  6. reset = 0.0001
  7. },
  8. warp = {
  9. min = 1,
  10. max = 10,
  11. step = 1,
  12. cooldown = 10
  13. }
  14. }
  15. return settings