new titanium plate graphic

This commit is contained in:
Brevven 2020-11-15 23:25:59 -08:00
parent 1eb1d208b9
commit 3f1c0ada8a
7 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.6.7
Date: 2020-11-14
Changes:
- Attempt at a new, hi-def titanium plate (no ore graphics update yet)
---------------------------------------------------------------------------------------------------
Version: 0.6.6 Version: 0.6.6
Date: 2020-11-09 Date: 2020-11-09
Changes: Changes:

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5 KiB

Before After
Before After

Binary file not shown.

View file

@ -1,6 +1,6 @@
{ {
"name": "bztitanium", "name": "bztitanium",
"version": "0.6.6", "version": "0.6.7",
"factorio_version": "1.0", "factorio_version": "1.0",
"title": "Titanium", "title": "Titanium",
"author": "Brevven", "author": "Brevven",

View file

@ -48,7 +48,7 @@ data:extend(
name = "enriched-titanium-plate", name = "enriched-titanium-plate",
icons = icons =
{ {
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 32 }, { icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
{ icon = "__bztitanium__/graphics/icons/enriched-titanium.png", icon_size = 64, scale=0.25, shift= {-8, -8}}, { icon = "__bztitanium__/graphics/icons/enriched-titanium.png", icon_size = 64, scale=0.25, shift= {-8, -8}},
}, },
category = "smelting", category = "smelting",

View file

@ -18,7 +18,7 @@ data:extend(
order = "d[titanium-plate]", order = "d[titanium-plate]",
icons = (mods["Krastorio2"] and icons = (mods["Krastorio2"] and
{ {
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 32 }, { 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 = 32, scale=0.5, shift= {-8, -8}},
} or nil), } or nil),
normal = (mods["Krastorio2"] and normal = (mods["Krastorio2"] and
@ -46,7 +46,7 @@ data:extend(
type = "item", type = "item",
name = util.titanium_plate, name = util.titanium_plate,
icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon = "__bztitanium__/graphics/icons/titanium-plate.png",
icon_size = 32, icon_size = 64,
subgroup = "raw-material", subgroup = "raw-material",
order = "b[titanium-plate]", order = "b[titanium-plate]",
stack_size = (mods["Krastorio2"] and 200 or 100) stack_size = (mods["Krastorio2"] and 200 or 100)