-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
301 lines (266 loc) · 10.2 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<html>
<!--META STUFF-->
<meta name="target" content="all" />
<meta name="rating" content="safe for kids" />
<meta name="keywords" content="JavaScript, Game Engine, " />
<meta
name="description"
content="Web-game development for the web, in the web"
/>
<meta property="image" content="./EngineAssets/Logo.svg" />
<meta property="og:image" content="./EngineAssets/Logo.svg" />
<meta
property="og:description"
content="Web-game development for the web, in the web"
/>
<meta name="author" content="Kevin Who" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="./styles/fontAwesome/css/all.css" />
<link
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./TextLib/lib/codemirror.css" />
<link rel="stylesheet" href="./TextLib/addon/hint/show-hint.css" />
<script src="./TextLib/lib/codemirror.js"></script>
<script src="./TextLib/addon/hint/show-hint.js"></script>
<script src="./TextLib/addon/hint/javascript-hint.js"></script>
<script src="./TextLib/mode/javascript/javascript.js"></script>
<script src="./TextLib/mode/markdown/markdown.js"></script>
<script src="./TextLib/mode/javascript/javascript.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jshint/2.9.5/jshint.min.js"></script>
<link rel="stylesheet" href="./TextLib/addon/lint/lint.css" />
<script src="./TextLib/mode/css/css.js"></script>
<script src="https://unpkg.com/[email protected]/dist/jshint.js"></script>
<script src="https://unpkg.com/[email protected]/web/jsonlint.js"></script>
<script src="https://unpkg.com/[email protected]/dist/csslint.js"></script>
<script src="./TextLib/addon/lint/lint.js"></script>
<script src="./TextLib/addon/lint/javascript-lint.js"></script>
<script src="./TextLib/addon/lint/json-lint.js"></script>
<script src="./TextLib/addon/lint/css-lint.js"></script>
<script src="./TextLib/addon/edit/closebrackets.js"></script>
<link rel="stylesheet" href="./TextLib/theme/ayu-mirage.css" />
<link rel="stylesheet" type="text/css" href="./styles/jquery-ui.css" />
<link rel="stylesheet" href="./styles/dropdown.css" />
<!-- <link rel="stylesheet" href="./styles/main.css" />-->
<link rel="stylesheet" href="./styles/engine/main.css" />
<link rel="stylesheet" href="./styles/engine/navbar.css" />
<link rel="stylesheet" href="./styles/engine/panels.css" />
<link rel="stylesheet" href="./styles/engine/assetHolder.css" />
<link rel="stylesheet" href="./styles/engine/fileviewer.css" />
<link rel="stylesheet" href="./styles/engine/menu.css" />
<link rel="stylesheet" href="./styles/engine/popups.css" />
<link rel="stylesheet" href="./styles/engine/rightclick.css" />
<link rel="stylesheet" href="./styles/engine/componentSelector.css" />
<link rel="stylesheet" href="./styles/engine/saveLoad.css" />
<link rel="stylesheet" href="./styles/engine/welcomeScreen.css" />
<link rel="stylesheet" href="./styles/engine/consoleHolder.css" />
<head>
<link rel="shortcut icon" id="Icon" href="./EngineAssets/Logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Aether Engine — Make Games In The Browser</title>
<meta
name="description"
content="Web-game development for the web, in the web"
/>
<!-- Facebook Meta Tags -->
<meta
property="og:url"
content="https://chaoticleah.github.io/Aether-Engine/"
/>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Aether Engine — Make Games In The Browser"
/>
<meta
property="og:description"
content="Web-game development for the web, in the web"
/>
<meta
property="og:image"
content="https://chaoticleah.github.io/Aether-Engine/EngineAssets/ExternalBanner.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="chaoticleah.github.io" />
<meta
property="twitter:url"
content="https://chaoticleah.github.io/Aether-Engine/"
/>
<meta
name="twitter:title"
content="Aether Engine — Make Games In The Browser"
/>
<meta
name="twitter:description"
content="Web-game development for the web, in the web"
/>
<meta
name="twitter:image"
content="https://chaoticleah.github.io/Aether-Engine/EngineAssets/ExternalBanner.png"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script>
<script src="index.js" type="module"></script>
<body>
<div id="navbar">
<!--This will hold all the open tabs-->
<div id="navbarContainer"></div>
<i id="play" class="fas fa-play"></i>
<i id="more" class="fas fa-ellipsis-h"></i>
</div>
<div id="tabElementHolder">
<div id="welcomeScreen">
<div id="welcomeScreenBackground">
<div id="welcomeScreenPadding">
<div>
<h1 class="orangeText" id="welcomeTitle">
Welcome to Aether Engine
</h1>
<p id="motto">Web-game development for the web, in the web</p>
</div>
<img src="EngineAssets/Logo.svg" id="welcomeLogo" />
</div>
<div id="welcomeButttons">
<div>
<button
class="loadProject orangeButton bigButton"
id="welcomeLoad"
>
Load Project
</button>
<button class="uploadProject orangeButton bigButton">
Upload Project
</button>
<button class="newProject orangeButton bigButton" id="newProject">
New Project
</button>
</div>
<div id="welcomeDocsButtonHolder">
<!--Make it open in a new tab-->
<a
href="./documentation/index.html"
target="_blank"
rel="noopener noreferrer"
class="orangeText"
id="welcomeDocsButton"
>Looking for the docs? Click Here</a
>
</div>
</div>
</div>
<!--
<image src="./EngineAssets/Logo.svg"></image>
<h1>Welcome to Aether Engine!</h1>
<p>Load a project</p>
<button class="loadProject">load Project</button>
<button class="uploadProject">upload Project</button>
<p>Or Create a new one:</p>
<button>New Project</button>
<p>
Looking for something else?<br /><a href="./documentation/index.html"
>Documentation</a
>
</p>-->
<p id="welcomeVersion" class="orangeText">V 0.0.1 Alpha</p>
</div>
<div id="GameEditorPanel">
<div id="canvasHolder"></div>
<div id="leftPanel">
<div id="ObjectTreeHolder">
<canvas id="ObjectTreeCanvas"></canvas>
</div>
<div id="controlButtons">
<button id="AddObject">+</button>
</div>
</div>
<div id="rightPanel">
<div id="propertyHolder"></div>
<div id="addComponentHolder">
<button id="addComponent">Add Component</button>
</div>
</div>
<div id="bottomPanel">
<div id="uploadSign"></div>
<div id="bottomPanelBar">
<i class="fas fa-file-upload" id="uploadButton"></i>
<i class="fas fa-plus" id="createNewFile"></i>
<i class="fas fa-folder-plus" id="createNewFolder"></i>
</div>
<div id="assetHolder"></div>
</div>
</div>
<!--Image Viewer-->
<div id="imageViewTab">
<div id="imageholder">
<img id="imageViewTabImg" class="noAA" />
</div>
<input type="range" min="1" max="10" value="1" id="scale" />
</div>
<!--Component Selecter-->
<div id="ComponentSelect">
<input
type="text"
id="componentSearch"
placeholder="Filter Components"
/>
<div id="componentButtonHolder"></div>
</div>
<!--Code Area-->
<article id="codeWrapper">
<form id="forumCodeWrapper">
<textarea id="code" name="code"></textarea>
</form>
<script src="./textEditorSetup.js"></script>
</article>
<!--Project Settings-->
<div id="projectSettings"></div>
</div>
<div id="dropdownMenu" class="hidden">
<button id="saveProjectMenu" class="saveProject">Save Project</button>
<button id="downloadProjectMenu" class="downloadProject">
Download Project
</button>
<button id="loadProjectMenu" class="loadProject">Load Project</button>
<button id="exportProject" class="">Export Project (For Playing)</button>
<button id="projectSettingsButton">Project Settings</button>
</div>
<!--Debug Console-->
<div id="consoleTab">
<div id="consoleHolder"></div>
</div>
<div id="popupHolder"></div>
<!--<div id = "loadBox">
<div id = "loadBoxContent">
<div id = "titleLoadDivContainer">
<h2>Load Project</h2>
<div id = "closeLoadBoxContainer"><button id = "closeLoadBox">X</button></div>
</div>
<div id = "uploadFile">
<!--<input type = "file" id = "loadBoxInput" name = "loadBoxInput" />
<button id = "loadBoxInput">Upload Save</button>
</div>
<div id = "oldSaves">
<div class = "saveContainer">
<div class = "saveLoaderTitleHolder"><h2 class = "saveTitle">Test</h2></div>
<button class = "loadSave">Load</button>
</div>
</div>
</div>
</div>-->
</body>
</html>