fix blue coin currency
This commit is contained in:
parent
a17da11338
commit
6c4d17f06a
|
@ -440,7 +440,7 @@ function updateGame()
|
||||||
p:update()
|
p:update()
|
||||||
|
|
||||||
-- Coin market
|
-- 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
|
if t%60 == 0 then
|
||||||
valueRed=math.random(0,99)/10
|
valueRed=math.random(0,99)/10
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue