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 = "__bztitanium__/graphics/icons/titanium-ore.png",
icon_size = 32, icon_size = 64,
scale = 1.7, scale = 0.85,
} }
}, },
prerequisites = {"kr-matter-processing"}, prerequisites = {"kr-matter-processing"},

View file

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

View file

@ -6,13 +6,13 @@ if mods["modmashsplinter"] then
data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = { data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = {
{ icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64}, { 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 if mods["modmashsplinterenrichment"] then
data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = { data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = {
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64}, { 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
end end

View file

@ -1,6 +1,6 @@
-- Deadlock stacking recipes -- Deadlock stacking recipes
if deadlock then 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) deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
if mods["Krastorio2"] then if mods["Krastorio2"] then
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64) 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 icons = (mods["Krastorio2"] and
{ {
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 }, { 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), } or nil),
normal = (mods["Krastorio2"] and normal = (mods["Krastorio2"] and
{ {