Skip to content

Commit

Permalink
Balance the game
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriku committed May 12, 2018
1 parent 11d6fbe commit 1908583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d-fence/GameConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GameConstants {

static let laserDamage: CGFloat = 120.0
static let laserVelocity: CGFloat = 3.0
static let laserCooldown: TimeInterval = 0.25
static let laserCooldown: TimeInterval = 0.02
static let laserCosts: Int = 28000

// lowEnemy
Expand Down

0 comments on commit 1908583

Please sign in to comment.