Update compass texture, add conversion rule
This commit is contained in:
parent
d618c7184c
commit
1d1a7e192d
35 changed files with 34 additions and 1 deletions
|
@ -46,7 +46,8 @@ end)
|
|||
|
||||
local images = {}
|
||||
for frame=0,31 do
|
||||
table.insert(images, "mcl_compass_compass.png^[verticalframe:32:"..frame)
|
||||
local s = string.format("%02d", frame)
|
||||
table.insert(images, "mcl_compass_compass_"..s..".png")
|
||||
end
|
||||
|
||||
local doc_mod = minetest.get_modpath("doc") ~= nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue