fix blue coin currency

master
Fabien Freling 2019-04-28 15:58:04 +02:00
parent a17da11338
commit 6c4d17f06a
1 changed files with 1 additions and 1 deletions

View File

@ -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