Skip to content

Commit 01486aa

Browse files
committed
2 parents 6865e39 + 52fb97c commit 01486aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ function buildModtag(mod)
894894
local tag_atlas, tag_pos, tag_message, specific_vars = getModtagInfo(mod)
895895

896896
local tag_sprite_tab = nil
897-
local units = SMODS.pixels_to_unit(34) * 2
897+
local units = 1
898898
local animated = G.ANIMATION_ATLAS[tag_atlas] or nil
899899
local tag_sprite
900900
if animated then
@@ -2174,4 +2174,4 @@ G.FUNCS.hand_type_UI_set = function(e)
21742174
e.config.object:update_text()
21752175
if not G.TAROT_INTERRUPT_PULSE then G.FUNCS.text_super_juice(e, math.max(0,math.floor(math.log10(type(G.GAME.current_round.current_hand[e.config.type]) == 'number' and G.GAME.current_round.current_hand[e.config.type] or 1)))) end
21762176
end
2177-
end
2177+
end

0 commit comments

Comments
 (0)