Change name + add version # to description
This commit is contained in:
parent
5874c69463
commit
2386330d13
@ -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 = ""
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user