UNPKG

littlejsengine

Version:

LittleJS - Tiny and Fast HTML5 Game Engine

14 lines (13 loc) 534 B
<!DOCTYPE html><head> <title>LittleJS Box2D Example</title> <meta charset=utf-8> <meta name=apple-mobile-web-app-capable content=yes> <meta name=mobile-web-app-capable content=yes> <link rel=icon type=image/png href=../favicon.png> </head><body> <script src=../../dist/littlejs.js></script> <script src=../../plugins/Box2D_v2.3.1_min.wasm.js?1117></script> <script src=../../plugins/box2d.js?1117></script> <script src=scenes.js?1117></script> <script src=gameObjects.js?1117></script> <script src=game.js?1117></script>