Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.24 KB

File metadata and controls

33 lines (22 loc) · 1.24 KB

arcade-sprite-data-revised

This MakeCode Arcade extension is the same as Arcade Sprite Data Extnesion on Arcade's dashboard except:

  • the blocks use "mySprite" instead oh "item,"
  • there is an image specification that allows any kind of image,
  • and a couple of comments are changed.

Blocks

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Metadata (used for search, rendering)

  • for PXT/arcade
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>