diff options
| author | J08nY | 2016-04-18 00:49:51 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-18 00:49:51 +0200 |
| commit | adf9dea831850c66bc1565fef3203c4cc117d9b3 (patch) | |
| tree | 5ef0814484535bcd8fa7df7cd121bdbb70e7f37e /index.html | |
| parent | 76fb0a13cdfa0cd639b6b847ed37378a4276370a (diff) | |
| download | ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.tar.gz ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.tar.zst ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.zip | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -10,15 +10,24 @@ <script type="text/javascript" src="physi_js/physi.js"></script> </head> <body> -<div id="block"> - - <div id="instructions"> - <span id="name" >Transmuto</span> <br/> - WASD to move, mouse to look/aim. <br/> - Collect positive and negative polygons, use them to change shape (Q/E). <br/> - Your enemies are deadly, shoot them, they are only vulnerable to their own shape. <br/> +<div id="container"> + <div id="overlay"> + <span id="score"></span><br/> + <span id="time"></span><br/> + ---------------- <br/> + <span id="life"></span><br/> + <span id="positive"></span><br/> + <span id="negative"></span><br/> </div> + <div id="block"> + <div id="instructions"> + <span id="name">Transmuto</span> <br/> + WASD to move, mouse to look/aim. <br/> + Collect positive and negative polygons, use them to change shape (Q/E). <br/> + Your enemies are deadly, shoot them, they are only vulnerable to their own shape. <br/> + </div> + </div> </div> <script id="vertex_shader" type="x-shader/x-vertex" src="shader/vertex_shader.vert"></script> <script id="world_shader" type="x-shader/x-fragment" src="shader/world_shader.frag"></script> |
