Iterate on graphics design

Do a pass on the designs adding shading and improving their look.
This commit is contained in:
Hornwitser 2019-12-05 20:05:19 +01:00
parent 06fd61eddf
commit b02e943171
10 changed files with 14 additions and 8 deletions

Binary file not shown.

View file

@ -1,4 +1,10 @@
------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------
Version: 0.1.1 Version: 0.2.0
Changes: Changes:
- Renamed mod to Colour Blind Friendly Science Packs - Renamed mod to Colour Blind Friendly Science Packs
- Scaled to better match sizes of the items.
- Added faux shading.
- Fixed mesh issues with green and yellow sciences.
- Made purple consistent with the other sciences.
- Added base for white scinece.
- Made black science darker.

View file

@ -1,30 +1,30 @@
local items = { local items = {
["automation-science-pack"] = { ["automation-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/red.png", icon = "__cb-science__/graphics/red.png",
}, },
["logistic-science-pack"] = { ["logistic-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/green.png", icon = "__cb-science__/graphics/green.png",
}, },
["military-science-pack"] = { ["military-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/black.png", icon = "__cb-science__/graphics/black.png",
}, },
["chemical-science-pack"] = { ["chemical-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/cyan.png", icon = "__cb-science__/graphics/cyan.png",
}, },
["production-science-pack"] = { ["production-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/purple.png", icon = "__cb-science__/graphics/purple.png",
}, },
["utility-science-pack"] = { ["utility-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/yellow.png", icon = "__cb-science__/graphics/yellow.png",
}, },
["space-science-pack"] = { ["space-science-pack"] = {
icon_size = 256, icon_size = 128,
icon = "__cb-science__/graphics/white.png", icon = "__cb-science__/graphics/white.png",
}, },
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After