Raised initial score on Score Drain.

pull/1/head
Ishaan Bhardwaj 2020-11-12 15:59:05 -05:00 committed by GitHub
parent fe302a67e0
commit 9c02dc305a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ScoreDrainGame.tagline = "Your score goes down over time! Avoid hitting 0 points
function ScoreDrainGame:new()
self.super:new()
self.score = 2500
self.score = 3000
self.drain_rate = 50
self.combo = 1
self.randomizer = History6RollsRandomizer()