diff options
| author | s1nical <[email protected]> | 2019-08-15 22:26:43 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-15 22:26:43 -0700 |
| commit | cbbf483d4bb753df4ebea18905605efe9ccb9bca (patch) | |
| tree | 43df9aae6322569d043e6a7c7615596ef5e94d22 /wolf3d/html/gamemenu.html | |
| parent | remvoed directory loader but kept code (diff) | |
| download | s1n.pw-admin-cbbf483d4bb753df4ebea18905605efe9ccb9bca.tar.xz s1n.pw-admin-cbbf483d4bb753df4ebea18905605efe9ccb9bca.zip | |
add wolfenstein 3d to games directory
Diffstat (limited to 'wolf3d/html/gamemenu.html')
| -rw-r--r-- | wolf3d/html/gamemenu.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wolf3d/html/gamemenu.html b/wolf3d/html/gamemenu.html new file mode 100644 index 0000000..0d10429 --- /dev/null +++ b/wolf3d/html/gamemenu.html @@ -0,0 +1,18 @@ +<div id="gamemenu" class="menu"> + <img src="images/options.png" class="title"/> + <img src="images/options-stripes.png" class="stripes"/> + <img src="images/menu-help.png" class="help"/> + <div class="options"> + <div id="gamemenucursor" class="cursor"></div> + <div class="text selected">New Game</div> + <div class="text">Sound</div> + <div class="text">Control</div> + <div class="text">Load Game</div> + <div class="text">Save Game</div> + <div class="text">Graphic Detail</div> + <div class="text">Read This!</div> + <div class="text">End Game</div> + <div class="text readthis">Back to Game</div> + <div class="text">Quit</div> + </div> +</div> |