diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-12 14:52:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-12 14:52:34 -0400 |
| commit | 5a215e1b00e4fd026a83e81baa7a45c28435f73c (patch) | |
| tree | 6f4cbfab683b03e546951d526a0127dce012a7d9 /views/editor.ejs | |
| parent | 2525d1c20120ecb5224c9896a2e1acd77385cbc4 (diff) | |
routes for starting a new project
Diffstat (limited to 'views/editor.ejs')
| -rwxr-xr-x | views/editor.ejs | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/views/editor.ejs b/views/editor.ejs index 133cbd3..f4c303d 100755 --- a/views/editor.ejs +++ b/views/editor.ejs @@ -11,12 +11,14 @@ <div class="rapper"> [[ include partials/header ]] - [[ include controls/editor/toolbar ]] - [[ include controls/editor/video-toolbar ]] - [[ include controls/editor/media-drawer ]] - [[ include controls/editor/wallpaper ]] - [[ include controls/editor/light-control ]] - [[ include controls/editor/settings ]] + <div id="editorView"> + [[ include controls/editor/toolbar ]] + [[ include controls/editor/video-toolbar ]] + [[ include controls/editor/media-drawer ]] + [[ include controls/editor/wallpaper ]] + [[ include controls/editor/light-control ]] + [[ include controls/editor/settings ]] + </div> <!-- <div id="minimap" class="vvbox"> @@ -24,20 +26,21 @@ </div> --> + <select id="palette"> + <option>colors</option> + <option>redblue</option> + <option>gray</option> + <option selected>bone</option> + <option>alpha</option> + <option>white</option> + <option>black</option> + </select> + <div id="hud"> <div id="map" style="display: block"> </div> <div id="info"> - <select id="palette"> - <option>colors</option> - <option>redblue</option> - <option>gray</option> - <option selected>bone</option> - <option>alpha</option> - <option>white</option> - <option>black</option> - </select> <div id="intersects"></div> </div> </div> @@ -45,6 +48,7 @@ </div> [[ include partials/confirm-modal ]] + [[ include projects/layouts-modal ]] [[ include partials/sign-in ]] </body> |
