-
Notifications
You must be signed in to change notification settings - Fork 0
/
DimensionalDungeon.html
49 lines (48 loc) · 2.06 KB
/
DimensionalDungeon.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
<html><head>
<title>Dimensional Dungeon</title>
<link rel="icon" sizes="16x16" href="Icons/CG Logo-16x16.png">
<link rel="icon" sizes="24x24" href="Icons/CG Logo-24x24.png">
<link rel="icon" sizes="32x32" href="Icons/CG Logo-32x32.png">
<link rel="icon" sizes="48x48" href="Icons/CG Logo-48x48.png">
<link rel="icon" sizes="64x64" href="Icons/CG Logo-64x64.png">
<link rel="icon" sizes="96x96" href="Icons/CG Logo-96x96.png">
<link rel="icon" sizes="128x128" href="Icons/CG Logo-128x128.png">
<link rel="icon" sizes="256x256" href="Icons/CG Logo-256x256.png">
<link rel="stylesheet" href="stylesforcoolgames.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div class="grid-container">
<h1 class="header">Dimensional Dungeon<img src="Images/DimensionalDungeon.ico" width="96"></h1>
<h2 id="right" class="header">(This is a small but pretty much complete game / prototype)</h2>
<object class="main" data="RPG.swf" width="960" height="640"></object>
<div class="menu">
<h2>ChangeLog</h2>
Update:<br>
<br>
Added:<br>
Map selection<br>
<br>
Removed:<br>
Nothing<br>
<br>
Fixed:<br>
Nothing<br>
<br>
To do:<br>
Fix some weird issues that occur only in specific places and only when your looking for them<br>
<br>
Known Bugs:<br>
Those weird issues<br>
<br>
Controls:<br>
W|A|S|D : movement<br>
-|+ : zooming (lags exponentially when zooming in be careful)<br>
Esc : quit<br>
</div>
<div class="footer" width="960">
If you are using Windows you can download the Windows version.<br>
<a href="Downloads/DimensionalDungeon.zip" download="DimensionalDungeon.zip"><strong>Download</strong></a><br>(If Windows says that it might contain some form of virus, just run it anyway because it doesn't.)
</div>
</div>
</body></html>