diff options
Diffstat (limited to 'views/editor.ejs')
| -rwxr-xr-x | views/editor.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/editor.ejs b/views/editor.ejs index 24f617c..c0562e9 100755 --- a/views/editor.ejs +++ b/views/editor.ejs @@ -13,6 +13,7 @@ <div id="editorView"> [[ include controls/editor/toolbar ]] + [[ include controls/builder/info ]] [[ include controls/editor/media-drawer ]] [[ include controls/editor/media-editor ]] [[ include controls/editor/wallpaper ]] @@ -20,6 +21,7 @@ [[ include controls/editor/text-editor ]] [[ include controls/editor/collaborators ]] [[ include controls/editor/settings ]] + [[ include controls/editor/presets ]] </div> <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"> |
