Change name + add version # to description

This commit is contained in:
secXsQuared 2018-01-28 14:11:49 -05:00
parent 5874c69463
commit 2386330d13
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
name = "Advanced World Regrowth" name = "World Regrowth++"
description = "Advanced world regrowth including caves!\nSee the Steam Workshop page for more information." version = "0.1.2"
description = "Version "..version.."\n\nAdvanced world regrowth including caves! See the Steam Workshop page for more information.\n\nHappy hunting and do starve!"
author = "lolo" author = "lolo"
version = "0.1.0"
forumthread = "" forumthread = ""

View File

@ -97,7 +97,7 @@ AddComponentPostInit("event_regrowth", function(component)
end end
end end
component:FinishModConfig() component:FinishModConfig()
end) end)
--"forest" for the overworld --"forest" for the overworld

View File

@ -15,7 +15,7 @@ return Class(function(self, inst)
-------------------------------------------------------------------------- --------------------------------------------------------------------------
--[[ Constants ]] --[[ Constants ]]
-------------------------------------------------------------------------- --------------------------------------------------------------------------
local DEBUG = true local DEBUG = false
local DEBUG_TELE = false local DEBUG_TELE = false
local UPDATE_PERIOD = 9 local UPDATE_PERIOD = 9

View File

@ -15,7 +15,7 @@ return Class(function(self, inst)
-------------------------------------------------------------------------- --------------------------------------------------------------------------
--[[ Constants ]] --[[ Constants ]]
-------------------------------------------------------------------------- --------------------------------------------------------------------------
local DEBUG = true local DEBUG = false
local DEBUG_TELE = false local DEBUG_TELE = false
local UPDATE_PERIOD = 11 local UPDATE_PERIOD = 11
local BASE_RADIUS = 20 local BASE_RADIUS = 20