k2 icon sizes

This commit is contained in:
Brevven 2021-01-24 19:32:10 -08:00
parent 53985c70c5
commit 0488e73108
4 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.9.12
Date: 2021-01-24
Changes:
- Update K2 Matter & Enriched tech icons
---------------------------------------------------------------------------------------------------
Version: 0.9.12
Date: 2021-01-19
Changes:
- SE delivery cannon recipes

View file

@ -1,6 +1,6 @@
{
"name": "bztitanium",
"version": "0.9.12",
"version": "0.9.13",
"factorio_version": "1.1",
"title": "Titanium",
"author": "Brevven",

View file

@ -80,14 +80,14 @@ data:extend(
{
{
icon = "__Krastorio2__/graphics/technologies/enriched-ores.png",
icon_size = 128,
icon_size = 256,
tint = { a=1.0, b=0.75, r=0.75, g=0.75 }
},
{
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
icon_size = 64,
scale = 1,
shift = {32, 32}
scale = 2,
shift = {48, 48}
}
},
effects =

View file

@ -11,12 +11,12 @@ data:extend(
{
{
icon = "__Krastorio2__/graphics/technologies/matter-stone.png",
icon_size = 128,
icon_size = 256,
},
{
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
icon_size = 64,
scale = 0.85,
scale = 1.5,
}
},
prerequisites = {"kr-matter-processing"},