fix blue coin currency
This commit is contained in:
parent
a17da11338
commit
6c4d17f06a
|
@ -440,7 +440,7 @@ function updateGame()
|
|||
p:update()
|
||||
|
||||
-- Coin market
|
||||
valueBlue=math.floor((math.sin(t/100)+1)*10)/10
|
||||
valueBlue=math.floor((math.sin(t/200)+1)*50)/10
|
||||
if t%60 == 0 then
|
||||
valueRed=math.random(0,99)/10
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue