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

b36

git-svn-id: http://svn.net-core.org/repos/t-engine4@4707 51575b47-30f0-44d4-a5cc-537603b46e54
parent bd8b3988
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ short_name = "example"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {0,9,35,"te4"}
engine = {0,9,36,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -23,7 +23,7 @@ short_name = "example_realtime"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {0,9,35,"te4"}
engine = {0,9,36,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -280,8 +280,8 @@ function _M:makeDefault()
self:setDescriptor("permadeath", "Adventure")
self:setDescriptor("race", "Human")
self:setDescriptor("subrace", "Higher")
self:setDescriptor("class", "Adventurer")
self:setDescriptor("subclass", "Adventurer")
self:setDescriptor("class", "Warrior")
self:setDescriptor("subclass", "Berserker")
__module_extra_info.no_birth_popup = true
self:atEnd("created")
end
......
......@@ -22,8 +22,8 @@ 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,35}
engine = {0,9,35,"te4"}
version = {3,9,36}
engine = {0,9,36,"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