Skip to content

Commit 2098e2f

Browse files
committed
Increase the alpha range for more variability.
1 parent cb85718 commit 2098e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SnowFlakes/SpriteKit/BaseEmitter.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ protocol BaseEmitter: SKEmitterNode {
77

88
extension BaseEmitter {
99
func applyDefaults() {
10-
particleAlphaRange = 0.2
10+
particleAlphaRange = 1
1111

1212
particleBirthRate = 3
1313

0 commit comments

Comments
 (0)