-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
220 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Booty: Game Creatures</title> | ||
<meta charset="utf-8" /> | ||
<link rel="stylesheet" type="text/css" href="../skoolkit.css" /> | ||
<link rel="stylesheet" type="text/css" href="../skoolkit-dark.css" /> | ||
<link rel="stylesheet" type="text/css" href="../skoolkit-wide.css" /> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-75RERFCHBG"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-75RERFCHBG'); | ||
</script> | ||
</head> | ||
<body class="Game Creatures"> | ||
<table class="header"> | ||
<tr> | ||
<td class="logo"><a href="../index.html"><img alt="logo" src="../images/logo.png" /></a></td> | ||
<td class="page-header">Game Creatures</td> | ||
</tr> | ||
</table> | ||
<ul class="contents"> | ||
<li><a href="#rat">Rat</a></li> | ||
<li><a href="#bird">Bird</a></li> | ||
</ul> | ||
<div><span id="rat"></span></div> | ||
<div class="box box-1"> | ||
<div class="box-title">Rat</div> | ||
<div class="paragraph"> | ||
<table> | ||
<tr><th colspan=2><a href="../asm/37964.html">Graphics_Rat</a></th></tr> | ||
<tr> | ||
<td><img src="../images/udgs/rat-1.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/rat-2.png"/></td> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> | ||
<div><span id="bird"></span></div> | ||
<div class="box box-2"> | ||
<div class="box-title">Bird</div> | ||
<div class="paragraph"> | ||
<table> | ||
<tr><th colspan=2><a href="../asm/37964.html#38028">Graphics_Bird</a></th></tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-1.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-2.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-3.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-4.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-5.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-6.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-7.png"/></td> | ||
</tr> | ||
<tr> | ||
<td><img src="../images/udgs/bird-8.png"/></td> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> | ||
<footer> | ||
<div class="release"></div> | ||
<div class="copyright">© 1984 Firebird © 2024 ArcadeGeek LTD.</div> | ||
<div class="created">Created using <a href="https://skoolkit.ca">SkoolKit</a> 9.1.</div> | ||
<div class="repository">Link to <a href="https://github.com/pobtastic/booty/">Source code</a>.</div> | ||
<div><a href="graphics/game-creatures.html">Switch to hexadecimal</a>.</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.