diff --git a/model.blend b/model.blend index 9deab4f..63a373a 100644 Binary files a/model.blend and b/model.blend differ diff --git a/src/changelog.txt b/src/changelog.txt index 7e1b70d..7c38a77 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -1,4 +1,11 @@ --------------------------------------------------------------------------------------------------- +Version: 0.3.0 +Date: 22. 01. 2020 + Changes: + - Bumped supported Factorio version to 0.18. + - Increased contrast and exposure to match 0.18 LUT transform. + - Reduced faux shadows a tad. +--------------------------------------------------------------------------------------------------- Version: 0.2.2 Date: 22. 01. 2020 Changes: diff --git a/src/graphics/black.png b/src/graphics/black.png index 191e49d..74222d1 100644 Binary files a/src/graphics/black.png and b/src/graphics/black.png differ diff --git a/src/graphics/cyan.png b/src/graphics/cyan.png index e1ef99a..c47ddc3 100644 Binary files a/src/graphics/cyan.png and b/src/graphics/cyan.png differ diff --git a/src/graphics/green.png b/src/graphics/green.png index f540539..49fe30b 100644 Binary files a/src/graphics/green.png and b/src/graphics/green.png differ diff --git a/src/graphics/purple.png b/src/graphics/purple.png index 176171e..abd2296 100644 Binary files a/src/graphics/purple.png and b/src/graphics/purple.png differ diff --git a/src/graphics/red.png b/src/graphics/red.png index 8f27ec0..edbb23f 100644 Binary files a/src/graphics/red.png and b/src/graphics/red.png differ diff --git a/src/graphics/white.png b/src/graphics/white.png index c47fb1b..5a3be59 100644 Binary files a/src/graphics/white.png and b/src/graphics/white.png differ diff --git a/src/graphics/yellow.png b/src/graphics/yellow.png index 21e9cc8..34f7467 100644 Binary files a/src/graphics/yellow.png and b/src/graphics/yellow.png differ diff --git a/src/info.json b/src/info.json index 526fe18..5587094 100644 --- a/src/info.json +++ b/src/info.json @@ -1,11 +1,11 @@ { "name": "cb-science", - "version": "0.2.2", + "version": "0.3.0", "title": "Colour Blind Friendly Science Packs", "author": "Hornwitser", "contact": "Hornwitser#6431 on Discord", "description": "Alternative icons for science packs", - "factorio_version": "0.17", + "factorio_version": "0.18", "dependencies": [ "base", "(?) ScienceCostTweakerM" diff --git a/src/thumbnail.png b/src/thumbnail.png index a709a45..123f76e 100644 Binary files a/src/thumbnail.png and b/src/thumbnail.png differ