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
committed by Jordan Irwin
parent e2badd6a6f
commit 40f0c24552
3 changed files with 27 additions and 13 deletions

5
settings.lua Normal file
View File

@@ -0,0 +1,5 @@
-- Settings for sneaker mod
sneaker.debug = minetest.settings:get_bool("sneaker_debug", false)
sneaker.spawn_cap = tonumber(minetest.settings:get("sneaker_spawn_cap")) or 50