diff --git a/blob animation/blob animation.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate b/blob animation/blob animation.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate index d843d50..53ca934 100644 Binary files a/blob animation/blob animation.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate and b/blob animation/blob animation.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/blob animation/blob animation/ContentView.swift b/blob animation/blob animation/ContentView.swift index 18e809a..7185f73 100644 --- a/blob animation/blob animation/ContentView.swift +++ b/blob animation/blob animation/ContentView.swift @@ -52,7 +52,7 @@ class MetalView: UIView { private func setupMetal() { metalLayer = CAShapeLayer() - metalLayer.fillColor = UIColor(white: 0.8, alpha: 1.0).cgColor + metalLayer.fillColor = UIColor.white.cgColor metalLayer.shadowColor = UIColor.white.cgColor metalLayer.shadowOffset = .zero metalLayer.shadowRadius = 10 @@ -155,7 +155,7 @@ class MetalView: UIView { let animation = CABasicAnimation(keyPath: "fillColor") animation.fromValue = metalLayer.fillColor animation.toValue = UIColor( - white: 0.7 + CGFloat.random(in: 0...0.2), + white: 0.9 + CGFloat.random(in: 0...0.1), alpha: 1.0 ).cgColor animation.duration = 0.1 diff --git a/map trackpad/map trackpad.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate b/map trackpad/map trackpad.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate index eb5d21a..bb7d419 100644 Binary files a/map trackpad/map trackpad.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate and b/map trackpad/map trackpad.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/particle text/particle text.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate b/particle text/particle text.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate index aa06f90..a2e77e1 100644 Binary files a/particle text/particle text.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate and b/particle text/particle text.xcodeproj/project.xcworkspace/xcuserdata/michaellee.xcuserdatad/UserInterfaceState.xcuserstate differ