forked from Cavemanon/snootgame.xyz
Still a work in progress, still needs the following: * Character bios added to the spanish definition area * the entire cancer folder removed * Validation that the static content (css and images) works properly * A section shilling cavemanon.xyz as our main site * Some visual improvements in the downloads section However, for now, it's actually maintainable, and likely can be ported to our other game sites as well for translation purposes.
27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Snoot Game</title>
|
|
<link href=style.css rel="stylesheet" type="text/css" media="all">
|
|
<link href=favicon.webp rel="shortcut icon" type="image/png">
|
|
</head>
|
|
<body>
|
|
<h1>Changes - /v/3 edition: patch2</h1>
|
|
<ul>
|
|
<li>outside school is no longer a black screen</li>
|
|
<li>Anon no longer misgenders Tracy</li>
|
|
<li>Wedding cg no longer shows up where it shouldn't</li>
|
|
<li>fixed some transitions that broke the game (crashes with fad or name f not defined)</li>
|
|
<li>Naomi and Anon no longer can magically change outfit at will (I hope)</li>
|
|
<li>imfreeeeeeeeeeeefaaaalin is no longer in, this was supposed to be an image of anon tumbling down the stairs but we didn't have time for it (maybe gets added later?)</li>
|
|
<li>fixed errors due to an illiterate caveman programmer</li>
|
|
<li>Removed unintended naomi autism</li>
|
|
<li><a href=FIGURED_IT_OUT.png>Removed Sage</a></li>
|
|
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|