Updated the minified version of the script.

This commit is contained in:
Josh Sherman 2010-08-14 23:04:58 -04:00
parent 5fbbab4d24
commit f90e4fc31e
2 changed files with 13 additions and 12 deletions

View file

@ -4,7 +4,7 @@
<title>River of DOOM!!! - An HTML5 "tunnel" game by Josh Sherman for 10k Apart</title>
<link rel="stylesheet" href="styles.css" />
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="river.js"></script>
<script type="text/javascript" src="river.min.js"></script>
</head>
<body>
<canvas width="400" height="500"></canvas>