1
0
Fork 0

v2.0.0d6.1 = versoin 2 development 6 micro-release 1

master
Ambrose Chua 2013-03-18 09:42:39 +08:00
parent 8b3dfc68da
commit 560496462a
4 changed files with 25 additions and 5 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# v1.8
# v2.0.0d6.1
CACHE:
index.html
main.js

View File

@ -35,11 +35,19 @@
</div>
<div id="aboutc">
The Bunnies Inc. by <!-- <img src="assets/ambc.png" width="50" /> -->ambc<br />ft. The Bunnies, Google Maps and <!--<img src="assets/ft.png" width="200" /> -->
<h1>About</h1>
The Bunnies Inc. by <!-- <img src="assets/ambc.png" width="50" /> -->ambc<br />
<br />
<h3>Starring</h3>
The Bunnies, <br />
Google Maps and <br />
<!--<img src="assets/ft.png" width="200" /> -->
<a href="http://www.w3.org/html/logo/">
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-graphics-storage.png" width="197" height="64" alt="HTML5 Powered with CSS3 / Styling, Graphics, 3D &amp; Effects, and Offline &amp; Storage" title="HTML5 Powered with CSS3 / Styling, Graphics, 3D &amp; Effects, and Offline &amp; Storage">
</a>
<br />
Entire game licensed under <a href="LICENSE.md">MIT</a>.
Parts of this game includes code fom other sources.
</div>
<canvas id="you"><h1>Aww, snap! </h1><p>Please use a updated browser to play. </p></canvas>

View File

@ -17,9 +17,10 @@ html {
height: 100%;
width: 100%;
overflow: hidden;
background-color: #222;
}
body {
background-color: #aaa;
background-color: #222;
color: #eee;
text-align: center;
width: 100%;
@ -28,7 +29,7 @@ font-size: 20px;
line-height: 20px;
vertical-align: middle;
overflow: hidden;
cursor: url(cursor.png);
cursor: url(cursor.png) 4 4, auto;
}
#map_canvas {
width: 100%;
@ -117,6 +118,13 @@ padding: 30px 10px;
font-size: 30px;
line-height: 30px;
}
h2 {
font-family: "Londrina Shadow";
font-size: 25px;
padding: 15px 5px;
line-height: 25px;
font-weight: 300;
}
.btn {
color: #fff;
padding: 5px 10px;
@ -179,6 +187,10 @@ top: 2px;
#tgpm, #aboutc {
display: none;
}
#aboutc {
line-height: 25px;
font-size: 20px;
}
h1 sup {
font-size: 13px;
line-height: 13px;

View File

@ -37,7 +37,7 @@ window.addEventListener('load', function(e) {
window.applicationCache.addEventListener('updateready', function(e) {
if (window.applicationCache.status == window.applicationCache.UPDATEREADY) {
window.applicationCache.swapCache();
if (confirm('An update for this game is already downloaded. Update now? ')) {
if (confirm('An update for this game has been downloaded. Update now? ')) {
window.location.reload();
}
} else {