Skip to content

Tape567/Sprite-Size-Arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprite Size Arcade Extension

This MakeCode Arcade extension adds blocks to grow and shrink sprites by a number of pixels.

Blocks

  • Grow Sprite:
    grow mySprite by N px
    Increases the size of your sprite by N pixels in both width and height.

  • Shrink Sprite:
    shrink mySprite by N px
    Decreases the size of your sprite by N pixels in both width and height.

Usage

  1. Click Extensions in MakeCode Arcade.
  2. Paste your GitHub repo URL:
    https://github.com/Tape567/Sprite-Size-Arcade
  3. Add the extension and use the new blocks from the Sprites category.

Made by Tape567

About

An extension for sizing sprites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors