Iterate on graphics design
Do a pass on the designs adding shading and improving their look.
BIN
model.blend
|
@ -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.
|
||||||
|
|
14
src/data.lua
|
@ -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",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 28 KiB |