Skip to content

pelikhan/arcade-image-text

Repository files navigation

Open this page at https://pelikhan.github.io/arcade-image-text/

Adds print blocks in the images category to render text on images.

print

Prints text at a given

let i = image.create(80, 40)
images.print(i,"hello",0,0,10)

printCenter

Prints text centered on the image at a given y.

let i = image.create(80, 40)
images.printCenter(i,"hello",20,6)

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>