summaryrefslogtreecommitdiff
path: root/views/editor.ejs
blob: 5d1e052b023111d1507f7107c7ca9fac4b9c1d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html>
<head>
	<title>vvalls</title>
	[[ include partials/meta ]]
</head>
<body class="editing loading">

	<div id="scene"></div>

	<div class="rapper">
		[[ include partials/header ]]

		<div id="editorView">
			[[ include controls/editor/toolbar ]]
			[[ include controls/editor/media-drawer ]]
			[[ include controls/editor/media-editor ]]
			[[ include controls/editor/wallpaper ]]
			[[ include controls/editor/light-control ]]
			[[ include controls/editor/settings ]]
		</div>

		<div id="minimap" class="vvbox">
			<span class="el"></span>
		</div>

		<div id="hud">
			<div id="map" style="display: block">
			</div>
		</div>

	</div>

	[[ include partials/confirm-modal ]]	
	[[ include projects/layouts-modal ]]	
	[[ include partials/sign-in ]]	

</body>
[[ include partials/scripts ]]
</html>