new titanium plate graphic
This commit is contained in:
parent
1eb1d208b9
commit
3f1c0ada8a
7 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
Date: 2020-11-09
|
||||
Changes:
|
||||
|
|
|
|||
BIN
graphics/icons/titanium-plate-old.png
Normal file
BIN
graphics/icons/titanium-plate-old.png
Normal file
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 |
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"factorio_version": "1.0",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ data:extend(
|
|||
name = "enriched-titanium-plate",
|
||||
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}},
|
||||
},
|
||||
category = "smelting",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ data:extend(
|
|||
order = "d[titanium-plate]",
|
||||
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}},
|
||||
} or nil),
|
||||
normal = (mods["Krastorio2"] and
|
||||
|
|
@ -46,7 +46,7 @@ data:extend(
|
|||
type = "item",
|
||||
name = util.titanium_plate,
|
||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||
icon_size = 32,
|
||||
icon_size = 64,
|
||||
subgroup = "raw-material",
|
||||
order = "b[titanium-plate]",
|
||||
stack_size = (mods["Krastorio2"] and 200 or 100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue