pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
8 lines • 623 B
JSON
{
"scaling.scaleByPercent|block": "change $sprite=variables_get(mySprite) scale by $value percent $direction anchor $anchor",
"scaling.scaleByPixels|block": "change $sprite=variables_get(mySprite) scale by $value pixels $direction anchor $anchor || proportional $proportional",
"scaling.scaleToPercent|block": "set $sprite=variables_get(mySprite) scale to $value percent $direction anchor $anchor",
"scaling.scaleToPixels|block": "set $sprite=variables_get(mySprite) scale to $value pixels $direction anchor $anchor || proportional $proportional",
"scaling|block": "scaling",
"{id:category}Scaling": "Scaling"
}