Skip to content

Commit

Permalink
Add missing style definition
Browse files Browse the repository at this point in the history
Was named like a base game style even though it came from LTNC.
  • Loading branch information
Sharparam committed Mar 28, 2023
1 parent 0ffd21d commit a36a263
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/changelog.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
10 changes: 10 additions & 0 deletions src/prototypes/styles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a36a263

Please sign in to comment.