Coin improvements

This commit is contained in:
Ilya Laktyushin 2024-02-16 16:34:27 -04:00
parent 98c510a161
commit f4e351ab2f
2 changed files with 2 additions and 2 deletions

View File

@ -316,8 +316,8 @@ class PremiumCoinComponent: Component {
return
}
let fromScale: Float = 0.9
let toScale: Float = 1.0
let fromScale: Float = 0.85
let toScale: Float = 0.9
let animation = CABasicAnimation(keyPath: "scale")
animation.duration = 2.0