new titanium ore graphics

This commit is contained in:
Brevven 2020-12-12 15:44:03 -08:00
parent 9f7fc753f7
commit 034bf58fdf
12 changed files with 13 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Before After
Before After

View file

@ -15,8 +15,8 @@ data:extend(
},
{
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
icon_size = 32,
scale = 1.7,
icon_size = 64,
scale = 0.85,
}
},
prerequisites = {"kr-matter-processing"},

View file

@ -20,7 +20,7 @@ data:extend({
},
{
type = "resource",
icon_size = 32,
icon_size = 64,
name = "titanium-ore",
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
flags = {"placeable-neutral"},
@ -71,13 +71,13 @@ data:extend({
{
type = "item",
name = "titanium-ore",
icon_size = 32,
icon_size = 64,
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
pictures = { -- Needed for Space Exploration core fragments, version 5.x
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
pictures = {
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=64, scale=0.25},
{filename="__bztitanium__/graphics/icons/titanium-ore-2.png", size=64, scale=0.25},
{filename="__bztitanium__/graphics/icons/titanium-ore-3.png", size=64, scale=0.25},
{filename="__bztitanium__/graphics/icons/titanium-ore-4.png", size=64, scale=0.25},
},
subgroup = "raw-resource",
order = "t-c-a",

View file

@ -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 = 32, scale=0.5, shift= {8, 8}},
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, 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 = 32, scale=0.5, shift= {8, 8}},
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
}
end
end

View file

@ -1,6 +1,6 @@
-- Deadlock stacking recipes
if deadlock then
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 32)
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 64)
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
if mods["Krastorio2"] then
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)

View file

@ -24,7 +24,7 @@ data:extend(
icons = (mods["Krastorio2"] and
{
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {-8, -8}},
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {-8, -8}},
} or nil),
normal = (mods["Krastorio2"] and
{