98 lines
No EOL
3.3 KiB
PHP
98 lines
No EOL
3.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
|
|
<!-- from source -->
|
|
<title>Hex edited toyz for Petz II</title>
|
|
<!-- -->
|
|
</head>
|
|
<body>
|
|
<?php include '../../../_menu.php' ?>
|
|
|
|
<div class="purple normal center">
|
|
<p>
|
|
<span class="bigger">
|
|
<b>Hex edited Toyz for Petz II</b><br>
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
</span><br>
|
|
These are the few toyz that I've made for the Petz II game. The Blooms and Blowers were made
|
|
using the simpler filmstrip-recolouring technique, in response to someone a long time ago
|
|
asking for different-coloured butterflies. The Carrot-treat bag and gem hairball use more
|
|
advanced filmstrip-editing techniques. Yes, I know I'm not the greatest graphic artist in
|
|
the world; if you want better-looking toyz, I have filmstrip-editing tutorials for you on my
|
|
tutorials page, or now that we have Tinker you can get that from my "Nicholas' Tools" page
|
|
and use that :-)
|
|
</p>
|
|
</div>
|
|
|
|
<table class="wide-center-table center big brown">
|
|
<tr>
|
|
<td colspan="2">
|
|
<a href="dl/p2toyz_GoldfishTank_p2.zip" title="Fishtank">
|
|
<img src="images/p2toyz_Fishtoyz.jpg" alt="Fishtank"><br>
|
|
Free-swimming Fish and Tank
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<a href="dl/p2toyz_Doll_p2.zip" title="Babyz Doll">
|
|
<img src="images/p2toyz_Dollz4petz.gif" alt="Babyz doll"><br>
|
|
Babyz Doll
|
|
</a>
|
|
</td>
|
|
|
|
<td>
|
|
<a href="dl/p2toyz_ButterflyAttractor_p2.zip" title="Butterfly Attractor">
|
|
<img src="images/p2toyz_butterflyattractor.gif" alt="Butterfly Attractor"><br>
|
|
Butterfly Attractor
|
|
</a><br>
|
|
This is a more exciting attractor<br>
|
|
for your butterflies than the<br>
|
|
original potted flowers.<br>
|
|
It also sometimes produces strange effects...
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<a href="dl/p2toyz_Blooms_p2.zip" title="Blooms for petz II">
|
|
<img src="images/p2toyz_Blooms.gif" alt="Blooms"><br>
|
|
Pretty blooms and butterflies for your game
|
|
</a>
|
|
</td>
|
|
|
|
<td>
|
|
<a href="dl/p2toyz_Blowers_p2.zip" title="Blowers for Petz II">
|
|
<img src="images/p2toyz_Blowers.gif" alt="Blowers"><br>
|
|
Blowers
|
|
</a><br>
|
|
more unusual-looking blooms and butterflies
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<a href="dl/p2toyz_Carrottreatbag_p2.zip" title="Carrot Treat bag for Petz II">
|
|
<img src="images/p2toyz_CarrotTreatBag.gif" alt="Carrot Treat bag"><br>
|
|
Carrot Treat bag
|
|
</a><br>
|
|
for vegetarian petz
|
|
</td>
|
|
|
|
<td>
|
|
<a href="dl/p2toyz_Gemhairball_p2.zip" title="Gem Hairball for Catz II">
|
|
<img src="images/p2toyz_gemhairball.gif" alt="Sapphire hairball"><br>
|
|
Replace that squishy hairball with a sapphire
|
|
</a><br>
|
|
especially important for Dracoz
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|