mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Add bitmap resolution so that required proptype warning stops
This commit is contained in:
parent
1c74c9028c
commit
46918f266e
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ const loadVector_ = function (costume, costumeAsset, runtime, rotationCenter, op
|
|||
rotationCenter = runtime.renderer.getSkinRotationCenter(costume.skinId);
|
||||
costume.rotationCenterX = rotationCenter[0];
|
||||
costume.rotationCenterY = rotationCenter[1];
|
||||
costume.bitmapResolution = 1;
|
||||
}
|
||||
|
||||
return costume;
|
||||
|
|
Loading…
Reference in a new issue