petz/p2breedz.php

This commit is contained in:
Marley 2022-11-18 22:15:46 -08:00
parent f5081ca984
commit 8fb8e98382
11 changed files with 77 additions and 1 deletions

View file

@ -99,7 +99,7 @@ MENU.HTML
* petz/c3intbreeded
* petz/d3intbreeded
petz/p2breedz
* petz/p2breedz
petz/c2breedz
petz/d2breedz
petz/petzIIfooler

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,76 @@
<!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>New Petz 2 Breedz</title>
<!-- -->
</head>
<body>
<?php include '../../../_menu.php' ?>
<div class="big green center more-side-padding">
<p>
<span class="bigger">
<b>New Petz 2 Breedz</b><br>
Click breed photo or name to download.
</span><br>
<a href="../sounds/sounds.php" title="Go here to get sounds">Go here for Species sounds</a>
<br>
Various Species or Fantasy breedz need sounds; if you want them to sound right in your game,
you will have to download the sounds as well. (note -- the bunny's sounds are included in
the bunny breed zip)
</p>
<p>
My Skorch Odd-petz breed is now <a href="dl/p2breedz_skorchc2.zip">available here</a>. All
13 of the originals have now been brought into the Catz games.
</p>
</div>
<table class="center center-table big">
<tr>
<td>
<a href="dl/p2breedz_Walret_c2.zip" title="Download Walret for Catz 2">
<img src="images/p2breedz_Walret.gif" alt="Walret"><br>
Walret (Catz)
</a>
</td>
<td>
<a href="dl/p2breedz_102_c2.zip" title="Download 102 for Catz 2">
<img src="images/p2breedz_102dalmatians.gif" alt="102"><br>
102 (Catz)
</a>
</td>
</tr>
<tr>
<td>
<a href="dl/p2breedz_Jester_c2.zip" title="Download Jester for Catz 2">
<img src="images/p2breedz_Jester.gif" alt="Jester"><br>
Jester (Catz)
</a>
</td>
<td>
<a href="dl/p2breedz_Lips_c2.zip" title="Download Lips for Catz 2">
<img src="images/p2breedz_Lips.gif" alt="Lips"><br>
Lips (Catz)
</a>
</td>
</tr>
<tr>
<a href="dl/p2breedz_Bunny_c2.zip" title="Download Bunny for Catz 2">
<img src="images/p2breedz_Bunnyp2.gif" alt="Bunny"><br>
Bunny (Catz)
</a>
</tr>
</table>
</body>
</html>