summaryrefslogtreecommitdiff
path: root/views/reader.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/reader.ejs')
-rw-r--r--views/reader.ejs11
1 files changed, 9 insertions, 2 deletions
diff --git a/views/reader.ejs b/views/reader.ejs
index ed5df1f..7035356 100644
--- a/views/reader.ejs
+++ b/views/reader.ejs
@@ -1,10 +1,10 @@
<!doctype html>
<html>
<head>
- <title>vvalls</title>
+ <title>VValls</title>
[[ include partials/meta ]]
</head>
-<body class="loading">
+<body class="loading reader">
<div id="scene"></div>
@@ -15,6 +15,11 @@
<div id="editorView">
[[ include controls/reader/about-room ]]
[[ include controls/reader/media-player ]]
+ [[ include controls/reader/embed ]]
+ </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">
+ <span class="el"></span>
</div>
</div>
[[ } ]]
@@ -23,6 +28,8 @@
[[ include projects/layouts-modal ]]
[[ include partials/sign-in ]]
+ <img src="/assets/img/keys.png" id="keyhint">
+ <img src="/assets/img/360.png" id="threesixty">
</body>
[[ include partials/scripts ]]
</html>