1
0
Fork 0

About and End game bug

master
Ambrose Chua 2013-04-08 17:56:12 +08:00
parent 0aa9285fe7
commit 4f4704e892
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# v2.0.0d8 # v2.0.0d11
CACHE: CACHE:
index.html index.html
main.js main.js

View File

@ -33,7 +33,7 @@
<!-- <div id="about" class="btn" onClick="alert('The bunnies have not made this work yet! ');">About</div> --> <!-- <div id="about" class="btn" onClick="alert('The bunnies have not made this work yet! ');">About</div> -->
<div class="btn" id="about">About</div> <div class="btn" id="about">About</div>
<a href="http://ambrosechua.github.com/thebunniesinc/" class="btn">How to play</a> <a href="http://ambrosechua.github.com/thebunniesinc/" class="btn">How to play</a>
<span style="font-size: 12px;">Alpha Version 2.0.0 release 8</span> <span style="font-size: 12px;">Alpha Version 2.0.0 release 10</span>
</div> </div>
<div id="aboutc"> <div id="aboutc">

View File

@ -1,3 +1,4 @@
$(document).ready(function() {
step=3; step=3;
stti=10; stti=10;
@ -313,3 +314,4 @@ start();
}, 4500); }, 4500);
} }
});