An open API service indexing awesome lists of open source software.

https://github.com/unsignedarduino/visual-tilemap-layers

Render (no wall collisions) additional tilemaps on the screen! Great for decorating or adding complex backgrounds.
https://github.com/unsignedarduino/visual-tilemap-layers

Last synced: 5 months ago
JSON representation

Render (no wall collisions) additional tilemaps on the screen! Great for decorating or adding complex backgrounds.

Awesome Lists containing this project

README

          

> Open this page at [https://unsignedarduino.github.io/visual-tilemap-layers/](https://unsignedarduino.github.io/visual-tilemap-layers/)

## Use as Extension

This repository can be added as an **extension** in MakeCode.

* open [https://arcade.makecode.com/](https://arcade.makecode.com/)
* click on **New Project**
* click on **Extensions** under the gearwheel menu
* search for **https://github.com/unsignedarduino/visual-tilemap-layers** and import

## Edit this project

To edit this repository in MakeCode.

* open [https://arcade.makecode.com/](https://arcade.makecode.com/)
* click on **Import** then click on **Import URL**
* paste **https://github.com/unsignedarduino/visual-tilemap-layers** and click import

#### Metadata (used for search, rendering)

* for PXT/arcade
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");