Skip to content

Commit

Permalink
adjust dead cell fade amount
Browse files Browse the repository at this point in the history
  • Loading branch information
amiantos committed Jun 8, 2019
1 parent d83701a commit cf29cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Life Saver Shared/LifeNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class LifeNode: SKSpriteNode {
timeInState = 0
alive = false

let fadeAction = SKAction.fadeAlpha(to: 0.1, duration: duration)
let fadeAction = SKAction.fadeAlpha(to: 0.2, duration: duration)
fadeAction.timingMode = .easeInEaseOut
run(fadeAction)
}
Expand Down

0 comments on commit cf29cf5

Please sign in to comment.