summaryrefslogtreecommitdiff
path: root/wolf3d/html/loadgame.html
diff options
context:
space:
mode:
Diffstat (limited to 'wolf3d/html/loadgame.html')
-rw-r--r--wolf3d/html/loadgame.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/wolf3d/html/loadgame.html b/wolf3d/html/loadgame.html
new file mode 100644
index 0000000..3fb91bc
--- /dev/null
+++ b/wolf3d/html/loadgame.html
@@ -0,0 +1,38 @@
+<div id="loadgame" class="menu">
+ <img src="images/loadgame.png" class="title"/>
+ <img src="images/loadgame-stripes.png" class="stripes"/>
+ <img src="images/menu-help.png" class="help"/>
+ <div class="options">
+ <div id="loadcursor" class="cursor"></div>
+ <div class="slot empty selected">
+ <div class="text highscores">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ <div class="slot empty">
+ <div class="text small">- empty -</div>
+ </div>
+ </div>
+</div>