Various Improvements

This commit is contained in:
Ilya Laktyushin
2022-01-05 00:52:00 +03:00
parent 322fda56c9
commit db2885d7a9
50 changed files with 1081 additions and 811 deletions

View File

@@ -246,7 +246,7 @@ public final class SlotMachineAnimationNode: ASDisplayNode {
}
}
public func setOverlayColor(_ color: UIColor?, animated: Bool) {
public func setOverlayColor(_ color: UIColor?, replace: Bool, animated: Bool) {
}
}
@@ -352,6 +352,6 @@ class DiceAnimatedStickerNode: ASDisplayNode {
self.animationNode.frame = self.bounds
}
public func setOverlayColor(_ color: UIColor?, animated: Bool) {
public func setOverlayColor(_ color: UIColor?, replace: Bool, animated: Bool) {
}
}