diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 16:34:52 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 16:34:52 -0400 |
| commit | 9ff15bf5fd1d4e59a1475125f8450fb9e19817e9 (patch) | |
| tree | a6a607751f92636632a842f218f6ff665c31d597 | |
| parent | d3cc41049b0f7501a5cf9f0afa2c7c4ecc0ed5ae (diff) | |
key thing
| -rw-r--r-- | public/assets/img/keys.png | bin | 0 -> 8524 bytes | |||
| -rwxr-xr-x | public/assets/stylesheets/app.css | 7 | ||||
| -rwxr-xr-x | views/editor.ejs | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/public/assets/img/keys.png b/public/assets/img/keys.png Binary files differnew file mode 100644 index 0000000..edb1d5e --- /dev/null +++ b/public/assets/img/keys.png diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index f230c93..0f8300c 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -691,7 +691,12 @@ iframe.embed { .mx-object3d video { pointer-events: none; } - +#keyhint { + position: fixed; + bottom:0; + right:0; + z-index: 2; +} #hud { position: fixed; top:0;left:0; diff --git a/views/editor.ejs b/views/editor.ejs index 3c4caf1..24f617c 100755 --- a/views/editor.ejs +++ b/views/editor.ejs @@ -30,6 +30,8 @@ <div id="map" style="display: block"> </div> </div> + + <img src="/assets/img/keys.png" id="keyhint"> </div> |
