Source/Bit.h
changeset 29 0b1c315ffc64
parent 16 28392c9a969f
     1.1 --- a/Source/Bit.h	Mon Jul 14 21:00:15 2008 -0700
     1.2 +++ b/Source/Bit.h	Sun Feb 06 16:31:03 2011 -0800
     1.3 @@ -33,7 +33,7 @@
     1.4      kCardZ  = 2,
     1.5      kPieceZ = 3,
     1.6      
     1.7 -    kPickedUpZ = 100
     1.8 +    kPickedUpZ = 20
     1.9  };
    1.10  
    1.11  
    1.12 @@ -43,6 +43,7 @@
    1.13  {
    1.14      @private
    1.15      int _restingZ;      // Original z position, saved while pickedUp
    1.16 +    CATransform3D _restingTransform;
    1.17  #if !TARGET_OS_IPHONE
    1.18      float _restingShadowOpacity, _restingShadowRadius;
    1.19      CGSize _restingShadowOffset;