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.
- Host: GitHub
- URL: https://github.com/unsignedarduino/visual-tilemap-layers
- Owner: UnsignedArduino
- License: mit
- Created: 2025-03-23T03:41:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-23T03:42:18.000Z (over 1 year ago)
- Last Synced: 2025-10-24T10:29:30.594Z (8 months ago)
- Language: TypeScript
- Homepage: https://unsignedarduino.github.io/Visual-Tilemap-Layers/
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}");