Change name + add version # to description
This commit is contained in:
parent
5874c69463
commit
2386330d13
@ -1,7 +1,7 @@
|
||||
name = "Advanced World Regrowth"
|
||||
description = "Advanced world regrowth including caves!\nSee the Steam Workshop page for more information."
|
||||
name = "World Regrowth++"
|
||||
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"
|
||||
version = "0.1.0"
|
||||
|
||||
forumthread = ""
|
||||
|
||||
|
@ -97,7 +97,7 @@ AddComponentPostInit("event_regrowth", function(component)
|
||||
end
|
||||
end
|
||||
component:FinishModConfig()
|
||||
end)
|
||||
end)
|
||||
|
||||
|
||||
--"forest" for the overworld
|
||||
|
@ -15,7 +15,7 @@ return Class(function(self, inst)
|
||||
--------------------------------------------------------------------------
|
||||
--[[ Constants ]]
|
||||
--------------------------------------------------------------------------
|
||||
local DEBUG = true
|
||||
local DEBUG = false
|
||||
local DEBUG_TELE = false
|
||||
|
||||
local UPDATE_PERIOD = 9
|
||||
|
@ -15,7 +15,7 @@ return Class(function(self, inst)
|
||||
--------------------------------------------------------------------------
|
||||
--[[ Constants ]]
|
||||
--------------------------------------------------------------------------
|
||||
local DEBUG = true
|
||||
local DEBUG = false
|
||||
local DEBUG_TELE = false
|
||||
local UPDATE_PERIOD = 11
|
||||
local BASE_RADIUS = 20
|
||||
|
Loading…
Reference in New Issue
Block a user