diff --git a/src/changelog.txt b/src/changelog.txt index 88bf21a..726c605 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.3.2 +Date: 2023-03-29 + Bugfixes: + - Add missing style definition. +--------------------------------------------------------------------------------------------------- Version: 0.3.1 Date: 2023-03-28 Bugfixes: diff --git a/src/prototypes/styles.lua b/src/prototypes/styles.lua index d72d3c1..2e75497 100644 --- a/src/prototypes/styles.lua +++ b/src/prototypes/styles.lua @@ -27,6 +27,16 @@ styles["cybersyn-combinator_cs-signal-reset"] = { horizontally_stretchable = "off" } +styles["cybersyn-combinator_signal-count"] = { + type = "label_style", + parent = "count_label", + size = 36, + width = 36, + horizontal_align = "right", + vertical_align = "bottom", + right_padding = 2, +} + styles["cybersyn-combinator_network-list_info-sprite"] = { type = "image_style", parent = "image",