Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Updated to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewill0725 committed Mar 1, 2019
1 parent 305c5b1 commit 3858e46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.302
0.4.303
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "{{MOD_NAME}}",
"version": "{{VERSION}}",
"factorio_version": "0.16",
"factorio_version": "0.17",
"title": "EvoGUI - Evolution Factor Indicator and more",
"author": "Octav \"narc\" Sandulescu",
"contact": "[email protected]",
"homepage": "https://github.com/narc0tiq/evoGUI/",
"description": "Places some indicators on your UI for various little statistics that are nice to have.",
"dependencies": ["base >= 0.16.1", "? moweather"]
"dependencies": ["base >= 0.17", "? moweather"]
}
2 changes: 1 addition & 1 deletion settingsGUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function evogui.evoGUI_settings(event)

local update_freq_flow = core_settings.add{type="flow", name="update_freq_flow", direction="horizontal"}
update_freq_flow.add{type="label", caption={"settings.core_settings.update_freq_left"}}
local textfield = update_freq_flow.add{type="textfield", name="textfield", style="number_textfield"}
local textfield = update_freq_flow.add{type="textfield", name="textfield", style="short_number_textfield"}
textfield.text=tostring(global.settings.update_delay)
update_freq_flow.add{type="label", caption={"settings.core_settings.update_freq_right"}}

Expand Down

0 comments on commit 3858e46

Please sign in to comment.