Update ScratchSprite.as

Remembered that tabs should be set to 4 spaces on GitHub web editor.
This commit is contained in:
doyousketch2 2014-06-25 14:29:15 -04:00
parent 52aab9eb38
commit 6aa4d4c652

View file

@ -56,7 +56,7 @@ public class ScratchSprite extends ScratchObj {
public var penColorCache:Number = 0xFF;
private var cachedBitmap:BitmapData; // current costume, rotated & scaled
private var cachedBounds:Rectangle; // bounds of non-transparent cachedBitmap in stage coords
private var cachedBounds:Rectangle; // bounds of non-transparent cachedBitmap in stage coords
public var localMotionAmount:int = -2;
public var localMotionDirection:int = -2;