k2 icon sizes
This commit is contained in:
parent
53985c70c5
commit
0488e73108
4 changed files with 11 additions and 6 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.9.12
|
Version: 0.9.12
|
||||||
|
Date: 2021-01-24
|
||||||
|
Changes:
|
||||||
|
- Update K2 Matter & Enriched tech icons
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.9.12
|
||||||
Date: 2021-01-19
|
Date: 2021-01-19
|
||||||
Changes:
|
Changes:
|
||||||
- SE delivery cannon recipes
|
- SE delivery cannon recipes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "0.9.12",
|
"version": "0.9.13",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -80,14 +80,14 @@ data:extend(
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
icon = "__Krastorio2__/graphics/technologies/enriched-ores.png",
|
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 }
|
tint = { a=1.0, b=0.75, r=0.75, g=0.75 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
scale = 1,
|
scale = 2,
|
||||||
shift = {32, 32}
|
shift = {48, 48}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
effects =
|
effects =
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,12 @@ data:extend(
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
icon = "__Krastorio2__/graphics/technologies/matter-stone.png",
|
icon = "__Krastorio2__/graphics/technologies/matter-stone.png",
|
||||||
icon_size = 128,
|
icon_size = 256,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
scale = 0.85,
|
scale = 1.5,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
prerequisites = {"kr-matter-processing"},
|
prerequisites = {"kr-matter-processing"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue