diff --git a/docs/ButtonMedium.png b/docs/ButtonMedium.png new file mode 100644 index 00000000..daefcf77 Binary files /dev/null and b/docs/ButtonMedium.png differ diff --git a/docs/ButtonWide.png b/docs/ButtonWide.png new file mode 100644 index 00000000..730fc21b Binary files /dev/null and b/docs/ButtonWide.png differ diff --git a/docs/index.html b/docs/index.html index a6c0eb28..2c20e217 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,6 +27,10 @@
+ + Config + Screens + OpenDiablo2 is an ARPG game engine in the same vein of the 2000's games, and supports playing Diablo 2. The engine is written in golang and is cross platform. However, please note that this project does not ship with the assets or content required to play Diablo 2. You must have a legally purchased copy of Diablo 2 and its expansion Lord of Destruction installed on your computer in order to run that game on this engine. If you have an original copy of the disks, those files should work fine as well. @@ -47,7 +51,7 @@

-

Configuration

+

Configuration

There is a configuration file (config.json) that should be located in the root folder. The following table describes the different options and what they mean. @@ -113,7 +117,7 @@

-

Screenshots

+

Screenshots

Main Menu Select Hero diff --git a/docs/style.css b/docs/style.css index 3238b6f3..977205d5 100644 --- a/docs/style.css +++ b/docs/style.css @@ -116,3 +116,23 @@ table tbody tr td { border-bottom: dashed 1px #444; padding: 6px 0; } + +a.btnMedium { + background-image: url("ButtonMedium.png"); + min-width: 128px; + min-height:3px; + display:inline-block; + padding: 9px 0 10px 0; + margin: 0; + border: none; + font-family:'Diablo Heavy'; + color: #000; + text-align: center; + vertical-align: middle; + font-size: 0.8em; + text-shadow: #fff 0 0 5px; +} +a.btnMedium:hover{ + text-decoration: none; + cursor:pointer; +}