Skip to content

Commit 1c58fed

Browse files
Fix negative mass-payout display
1 parent 5cd1a39 commit 1c58fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lovely/dollar_row.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if num_dollars < 0 then --if negative
2727
func = function()
2828
G.round_eval:add_child(
2929
{n=G.UIT.R, config={align = "cm", id = 'dollar_row_'..(dollar_row+1)..'_'..config.name}, nodes={
30-
{n=G.UIT.O, config={object = DynaText({string = {'-'..localize('$')..format_ui_value(-num_dollars)}, colours = {G.C.MONEY}, shadow = true, pop_in = 0, scale = 0.65, float = true})}}
30+
{n=G.UIT.O, config={object = DynaText({string = {localize('$')..format_ui_value(num_dollars)}, colours = {G.C.RED}, shadow = true, pop_in = 0, scale = 0.65, float = true})}}
3131
}},
3232
G.round_eval:get_UIE_by_ID('dollar_'..config.name))
3333
play_sound('coin3', 0.9+0.2*math.random(), 0.7)

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "1.0.0~ALPHA-1425b-STEAMODDED"
1+
return "1.0.0~ALPHA-1425c-STEAMODDED"

0 commit comments

Comments
 (0)