mirror of
https://github.com/dhewm/iddevnet.git
synced 2024-11-24 05:11:28 +00:00
Recreated imp comparison image for doom3/skins.html
This commit is contained in:
parent
d0af4bee2a
commit
195fa940ac
3 changed files with 7 additions and 7 deletions
|
@ -11,5 +11,5 @@ or by sending me [an E-Mail](https://github.com/dhewm/iddevnet/commit/e8cca77419
|
||||||
The following is missing:
|
The following is missing:
|
||||||
- `Doom3/downloads/testbox_textures.zip` (of https://iddevnet.dhewm3.org/doom3/modelexport_3dsmax.html)
|
- `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
|
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))
|
- `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
BIN
doom3/images/skins_imp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 307 KiB |
|
@ -70,22 +70,22 @@ You may have noticed that <b>the material name cannot have spaces in it.</b>
|
||||||
|
|
||||||
</p><p>
|
</p><p>
|
||||||
Here's a demonstration of the Imp vs the Hell Imp:<br>
|
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">
|
<style class="text/css">
|
||||||
#imp {
|
#imp {
|
||||||
background-image: url("skins_imp.png");
|
background-image: url("images/skins_imp.png");
|
||||||
display: block;
|
display: block;
|
||||||
width: 320px;
|
width: 300px;
|
||||||
height: 240px;
|
height: 340px;
|
||||||
}
|
}
|
||||||
#imp:hover {
|
#imp:hover {
|
||||||
background-position: -320px 0px;
|
background-position: -300px 0px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<a href="https://www.iddevnet.com/doom3/skins.php#" id="imp"></a> -->
|
<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>
|
<br>
|
||||||
</p></td>
|
</p></td>
|
||||||
|
|
Loading…
Reference in a new issue