Revamped graphics + mipmaps
-New graphics (ore, icons, technology) -New mod icon -Added mipmaps to icon -changelog updated -file cleanup (old files in a folder, isolated tech and stacked) -version bumped to 0.10.0
This commit is contained in:
parent
44aaa9252f
commit
2698896358
59 changed files with 32 additions and 26 deletions
|
|
@ -6,13 +6,13 @@ if mods["modmashsplinter"] then
|
|||
|
||||
data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = {
|
||||
{ icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {8, 8}},
|
||||
}
|
||||
|
||||
if mods["modmashsplinterenrichment"] then
|
||||
data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = {
|
||||
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {8, 8}},
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue