mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update ScratchSprite.as
Remembered that tabs should be set to 4 spaces on GitHub web editor.
This commit is contained in:
parent
52aab9eb38
commit
6aa4d4c652
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue