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

Autoid is back in tutorial

git-svn-id: http://svn.net-core.org/repos/t-engine4@5150 51575b47-30f0-44d4-a5cc-537603b46e54
parent 07d26fcd
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ newBirthDescriptor{
},
},
copy = {
auto_id = 2,
no_birth_levelup = true,
easy_mode_lifes = 99999,
__game_difficulty = 1,
......
......@@ -382,7 +382,6 @@ function resolvers.calc.image_material(t, e)
if type(t[2]) == "string" and t[2] == "nature" then t[2] = {"mossy","vined","thorned","pulsing","living"} end
if type(t[2]) == "string" and t[2] == "cloth" then t[2] = {"linen","woollen","cashmere","silk","elvensilk"} end
local ml = e.material_level or 1
print("================", e.name, t[1], ml, t[2][ml])
return "object/"..t[1].."_"..t[2][ml]..".png"
end
......
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