Skip to content
Snippets Groups Projects
Commit 09b6e1c8 authored by dg's avatar dg
Browse files

Version scheme changed for the tome module, now uses the same version as the...

Version scheme changed for the tome module, now uses the same version as the engine (aka 0.9.42 instead of 3.9.42)

git-svn-id: http://svn.net-core.org/repos/t-engine4@5498 51575b47-30f0-44d4-a5cc-537603b46e54
parent 82116684
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ function _M:init()
l[#l+1] = {name="View High Scores", fct=function() game:registerDialog(require("mod.dialogs.ViewHighScores").new()) end}
l[#l+1] = {name="Addons", fct=function() game:registerDialog(require("mod.dialogs.Addons").new()) end}
-- if config.settings.install_remote then l[#l+1] = {name="Install Module", fct=function() end} end
-- if config.settings.update_remote then l[#l+1] = {name="Update", fct=function() game:registerDialog(require("mod.dialogs.UpdateAll").new()) end} end
-- l[#l+1] = {name="Update", fct=function() game:registerDialog(require("mod.dialogs.UpdateAll").new()) end}
l[#l+1] = {name="Options", fct=function()
local menu menu = require("engine.dialogs.GameMenu").new{
"resume",
......
......@@ -194,7 +194,7 @@ function _M:updateAll()
end
if restore then fs.setWritePath(restore) end
Dialog:simplePopup("Update", "All update installed, the game will now restart", function()
Dialog:simplePopup("Update", "All updates installed, the game will now restart", function()
util.showMainMenu()
end)
end
......
......@@ -21,8 +21,8 @@ name = "T.o.M.E"
long_name = "Tales of Maj'Eyal: Age of Ascendancy"
short_name = "tome"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://tome.te4.org/"
version = {3,9,42}
homepage = "http://te4.org/"
version = {0,9,42}
engine = {0,9,42,"te4"}
description = [[
Welcome to Maj'Eyal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment