Commit d510d196b62036d04ff85a76ba2ec09eab8e1b67
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
Showing
2 changed files
with
1 additions
and
1 deletions
... | ... | @@ -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 | ... | ... |
-
Please register or login to post a comment