Commit d510d196b62036d04ff85a76ba2ec09eab8e1b67

Authored by dg
1 parent 07d26fcd

Autoid is back in tutorial


git-svn-id: http://svn.net-core.org/repos/t-engine4@5150 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -126,6 +126,7 @@ newBirthDescriptor{
126 126 },
127 127 },
128 128 copy = {
  129 + auto_id = 2,
129 130 no_birth_levelup = true,
130 131 easy_mode_lifes = 99999,
131 132 __game_difficulty = 1,
... ...
... ... @@ -382,7 +382,6 @@ function resolvers.calc.image_material(t, e)
382 382 if type(t[2]) == "string" and t[2] == "nature" then t[2] = {"mossy","vined","thorned","pulsing","living"} end
383 383 if type(t[2]) == "string" and t[2] == "cloth" then t[2] = {"linen","woollen","cashmere","silk","elvensilk"} end
384 384 local ml = e.material_level or 1
385   - print("================", e.name, t[1], ml, t[2][ml])
386 385 return "object/"..t[1].."_"..t[2][ml]..".png"
387 386 end
388 387
... ...