- Added some terrain graphics

- Stripped out the navbar in the docs to a separate JS file, to reduce redundancy and improve maintainability
- Probably other stuff that I have long forgotten; hopefully nothing code-breaking.

git-svn-id: http://openexile.googlecode.com/svn/trunk@125 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-09-15 22:43:58 +00:00
parent f9d84777f8
commit f8990c1c9b
27 changed files with 56 additions and 534 deletions

View File

@@ -10,37 +10,8 @@
</head>
<body>
<div class="navbar">
<a href="About.html"><li>About</li></a>
<a href="Tips.html"><li>Playing Tips</a></li>
<a href="Intro.html"><li>Getting Started</li></a>
<a href="Screen.html"><li>The Exile Screen</a></li>
<a href="Menus.html"><li>The Exile Menu</a></li>
<a href="Town.html"><li>Getting Around Town</a></li>
<a href="Outdoors.html"><li>Getting Around the Outdoors</a></li>
<a href="Combat.html"><li>Killing Stuff</a></li>
<a href="Misc.html"><li>Miscellaneous</li></a>
<a href="Mage.html"><li>Mage Spells</a></li>
<a href="Priest.html"><li>Priest Spells</a></li>
<a href="Hints.html"><li>Hints</a></li>
<a href="Valleydy.html"><li>Valley of Dying Things</a></li>
<a href="Editor.html"><li>The Editor</a></li>
<a href="Credits.html"><li>Credits</a></li>
<a href="Licensing.html"><li>GNU GPL</a></li>
<script src='nav.js' type='application/javascript'></script>
<noscript>Javascript required for the navbar.</noscript>
</div>
<div class="content">
<h1>Getting Started</h1>