Commit 64326261d9f60736d14d1a7e4ad7568300907dcb
1 parent
dce00d4a
Updated thumbnail and fixed breaking change in 0.18.33
Showing
4 changed files
with
6 additions
and
4 deletions
calculator.lua
@@ -101,7 +101,6 @@ function show_calculator(player) | @@ -101,7 +101,6 @@ function show_calculator(player) | ||
101 | local calcui = root.add({ | 101 | local calcui = root.add({ |
102 | type = "frame", | 102 | type = "frame", |
103 | name = "calcui", | 103 | name = "calcui", |
104 | - style = "dialog_frame", | ||
105 | direction = "vertical" | 104 | direction = "vertical" |
106 | }) | 105 | }) |
107 | 106 |
changelog.txt
1 | --------------------------------------------------------------------------------------------------- | 1 | --------------------------------------------------------------------------------------------------- |
2 | Version: 0.18.7 | 2 | Version: 0.18.7 |
3 | -Date: ???? | ||
4 | - Changes: | 3 | +Date: 2020-06-25 |
4 | + Changed: | ||
5 | + - Updated the thumbnail on the mods page | ||
6 | + Fixed: | ||
7 | + - Fixed UI style for 0.18.33 update | ||
5 | --------------------------------------------------------------------------------------------------- | 8 | --------------------------------------------------------------------------------------------------- |
6 | Version: 0.18.6 | 9 | Version: 0.18.6 |
7 | Date: 2020-06-11 | 10 | Date: 2020-06-11 |
info.json
@@ -4,6 +4,6 @@ | @@ -4,6 +4,6 @@ | ||
4 | "title": "Calculator UI", | 4 | "title": "Calculator UI", |
5 | "author": "Wichu", | 5 | "author": "Wichu", |
6 | "factorio_version": "0.18", | 6 | "factorio_version": "0.18", |
7 | - "dependencies": ["base >= 0.18"], | 7 | + "dependencies": ["base >= 0.18.33"], |
8 | "description": "This mod adds a calculator with advanced controls to the UI." | 8 | "description": "This mod adds a calculator with advanced controls to the UI." |
9 | } | 9 | } |
10 | \ No newline at end of file | 10 | \ No newline at end of file |
thumbnail.png