UNPKG

assetsm

Version:

Assets Manager. Tilemaps, tilesets, images and audio files loading and managing.

15 lines (14 loc) 284 B
<!DOCTYPE html> <head> <title>Tileset loader</title> <style> body { overflow: hidden; margin: 0; } </style> </head> <body> <div id="game_map"></div> <script type="module" src="./index.js?r=76"></script> </body