mirror of
https://github.com/Apologieze/Monkeycrash.git
synced 2026-01-18 16:27:32 +01:00
New speed coin
This commit is contained in:
@@ -160,7 +160,8 @@ class Coin():
|
||||
|
||||
def playing_round(self):
|
||||
if self.acceleration:
|
||||
self.speed += 0.02
|
||||
self.speed += self.speed*0.025
|
||||
#print(self.speed)
|
||||
if self.speed > 4:
|
||||
self.acceleration = False
|
||||
else:
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"balance": 38.0}
|
||||
{"balance": 200.06}
|
||||
Reference in New Issue
Block a user