changeset 11 | 436cbdf56810 |
parent 9 | a59acc683080 |
child 12 | 4e567e11f45f |
1.1 --- a/Source/Bit.h Thu May 29 15:04:06 2008 -0700 1.2 +++ b/Source/Bit.h Sat Jul 05 17:46:43 2008 -0700 1.3 @@ -43,6 +43,8 @@ 1.4 { 1.5 @private 1.6 int _restingZ; // Original z position, saved while pickedUp 1.7 + float _restingShadowOpacity, _restingShadowRadius; 1.8 + CGSize _restingShadowOffset; 1.9 BOOL _pickedUp; 1.10 Player *_owner; // Player that owns this Bit 1.11 }