Recreated imp comparison image for doom3/skins.html

This commit is contained in:
Daniel Gibson 2021-06-17 00:44:17 +02:00
parent d0af4bee2a
commit 195fa940ac
3 changed files with 7 additions and 7 deletions

View file

@ -11,5 +11,5 @@ or by sending me [an E-Mail](https://github.com/dhewm/iddevnet/commit/e8cca77419
The following is missing:
- `Doom3/downloads/testbox_textures.zip` (of https://iddevnet.dhewm3.org/doom3/modelexport_3dsmax.html)
this one might never have been available: https://web.archive.org/web/20060720042901/http://www.iddevnet.com/doom3/downloads/testbox_textures.zip
- `Doom3/skins_imp.png` (of https://iddevnet.dhewm3.org/doom3/skins.html)
- `Doom3/skins_imp.png` (of https://iddevnet.dhewm3.org/doom3/skins.html - I made an alternative image though)
- `Quake4/guied_ansi.jpg` and `Quake4/guied_symbol.jpg` (of [Adding_Fonts_to_use_in_Quake_4_GUIs](https://iddevnet.dhewm3.org/quake4/Adding_Fonts_to_use_in_Quake_4_GUIs.html))

BIN
doom3/images/skins_imp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

View file

@ -70,22 +70,22 @@ You may have noticed that <b>the material name cannot have spaces in it.</b>
</p><p>
Here's a demonstration of the Imp vs the Hell Imp:<br>
<br><img src="skins_imp.png"><br>
<b style="color: #aa0000">NOTE: This image file (skins_imp.png) is missing, if you have it please <a href="https://github.com/dhewm/iddevnet/issues">get in touch!</a></b>
<!--
<style class="text/css">
#imp {
background-image: url("skins_imp.png");
background-image: url("images/skins_imp.png");
display: block;
width: 320px;
height: 240px;
width: 300px;
height: 340px;
}
#imp:hover {
background-position: -320px 0px;
background-position: -300px 0px;
}
</style>
<a href="https://www.iddevnet.com/doom3/skins.php#" id="imp"></a> -->
<img src="images/skins_imp.png">
<i>NOTE: This is not the original image from iddevnet.com (that one is lost), but it should be quite similar.</i>
<br>
</p></td>