Skip to content

Commit

Permalink
Update to 0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwerOxotnik committed Nov 2, 2023
1 parent 275ccf4 commit fd25b95
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.15.7
Date: 02. 11. 2023
Scripting:
- Added new styles: "ZO_nerd_action_button24", "ZO_nerd_action_button40"
- Updated /static-libs
---------------------------------------------------------------------------------------------------
Version: 0.15.6
Date: 02. 11. 2023
Scripting:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zk-lib",
"version": "0.15.6",
"version": "0.15.7",
"factorio_version": "1.1",
"title": "ZwerOxotnik's extendable mod with 8 addons",
"author": "ZwerOxotnik",
Expand Down
19 changes: 19 additions & 0 deletions prototypes/styles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,22 @@ styles.zk_dark_transparent_frame = {
shadow = default_glow(default_shadow_color, 0.5)
}
}

--- It looks a bit off
styles.ZO_nerd_action_button24 = {
type = "button_style",
parent = "frame_button",
size = 24,
bottom_padding = -5,
default_font_color = {r=1, g=1, b=1},
left_click_sound = {{ filename = "__core__/sound/gui-tool-button.ogg", volume = 1 }}
}

styles.ZO_nerd_action_button40 = {
type = "button_style",
parent = "frame_button",
size = 40,
bottom_padding = -10,
default_font_color = {r=1, g=1, b=1},
left_click_sound = {{ filename = "__core__/sound/gui-tool-button.ogg", volume = 1 }}
}
2 changes: 1 addition & 1 deletion static-libs

0 comments on commit fd25b95

Please sign in to comment.