diff options
Diffstat (limited to 'views/editor.ejs')
| -rwxr-xr-x | views/editor.ejs | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/views/editor.ejs b/views/editor.ejs index 9950878..08959a0 100755 --- a/views/editor.ejs +++ b/views/editor.ejs @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - <title>vvalls</title> + <title>VValls</title> [[ include partials/meta ]] </head> <body class="editing loading"> @@ -13,15 +13,21 @@ <div id="editorView"> [[ include controls/editor/toolbar ]] + [[ include controls/builder/info ]] [[ include controls/editor/media-drawer ]] [[ include controls/editor/media-editor ]] + [[ include controls/editor/sculpture ]] [[ include controls/editor/wallpaper ]] - [[ include controls/editor/light-control ]] + [[ include controls/editor/color-control ]] + [[ include controls/editor/text-editor ]] [[ include controls/editor/collaborators ]] + [[ include controls/editor/share ]] + [[ include controls/reader/embed ]] [[ include controls/editor/settings ]] + [[ include controls/editor/presets ]] </div> - <div id="minimap" class="vvbox"> + <div id="minimap" class="vvbox" data-intro="Mini-map shows your position and orientation in a room. Navigate with WASD keys or drag here." data-position="top"> <span class="el"></span> </div> @@ -29,6 +35,9 @@ <div id="map" style="display: block"> </div> </div> + + + <img src="/assets/img/keys.png" id="keyhint"> </div> |
