Move settings variables & functions:

- Settings to 'settings.lua'
- Functions to 'functions.lua'
This commit is contained in:
AntumDeluge
2017-05-27 19:30:56 -07:00
parent 604eb77dc7
commit f50c7f37ca
3 changed files with 27 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
-- Settings for sneaker mod
sneaker.debug = minetest.setting_get('sneaker_debug') or false
sneaker.spawn_cap = minetest.setting_get('sneaker_spawn_cap') or 50