Skip to content

Commit

Permalink
não consegui corrigir, fica pra proxima
Browse files Browse the repository at this point in the history
  • Loading branch information
otomay committed Aug 17, 2022
1 parent 791141b commit 039cdec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/widgets/uiseconomy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,12 @@ self.coinamount = self:AddChild(Widget("coinamount"))
next_pos_c.y = next_pos_c.y + diff_y*1.15
self.owner.coinamount.o_pos = next_pos_c
self.owner.coinamount:SetPosition(next_pos_c)

end
if self.draggingTimer > 3 then
self.draggingTimer = 0x0
--if self.draggingTimer > 3 then
--self.draggingTimer = 0x0
--self.moveLayerTimer = 0x0
--self:MoveToFront()
--return
--end
end
if not self.dragging then
self.draggingTimer = 0x0
Expand Down

0 comments on commit 039cdec

Please sign in to comment.