Remove wrong mipmap count
This commit is contained in:
parent
867da1dd8f
commit
9c3800e293
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ data:extend({
|
||||||
name = "lumber",
|
name = "lumber",
|
||||||
icon = Lignumis.graphics .. "icons/lumber.png",
|
icon = Lignumis.graphics .. "icons/lumber.png",
|
||||||
pictures = {
|
pictures = {
|
||||||
{ filename = Lignumis.graphics .. "icons/lumber.png", size = 64, scale = 0.5, mipmap_count = 4 },
|
{ filename = Lignumis.graphics .. "icons/lumber.png", size = 64, scale = 0.5 },
|
||||||
{ filename = Lignumis.graphics .. "icons/lumber-1.png", size = 64, scale = 0.5, mipmap_count = 4 },
|
{ filename = Lignumis.graphics .. "icons/lumber-1.png", size = 64, scale = 0.5 },
|
||||||
{ filename = Lignumis.graphics .. "icons/lumber-2.png", size = 64, scale = 0.5, mipmap_count = 4 },
|
{ filename = Lignumis.graphics .. "icons/lumber-2.png", size = 64, scale = 0.5 },
|
||||||
},
|
},
|
||||||
subgroup = "intermediate-product",
|
subgroup = "intermediate-product",
|
||||||
order = "A[basic-intermediates]-c[lumber]",
|
order = "A[basic-intermediates]-c[lumber]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue