UNPKG

jsge

Version:

Javascript Game Engine

15 lines (14 loc) 270 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