From 560496462a0f6a37f93f684e826e3ad0ebee4758 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 18 Mar 2013 09:42:39 +0800 Subject: [PATCH] v2.0.0d6.1 = versoin 2 development 6 micro-release 1 --- cache.manifest | 2 +- index.html | 10 +++++++++- main.css | 16 ++++++++++++++-- main.js | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/cache.manifest b/cache.manifest index 8a2625d..fb5c75c 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -# v1.8 +# v2.0.0d6.1 CACHE: index.html main.js diff --git a/index.html b/index.html index 9fc30da..f3814a5 100644 --- a/index.html +++ b/index.html @@ -35,11 +35,19 @@
-The Bunnies Inc. by ambc
ft. The Bunnies, Google Maps and +

About

+The Bunnies Inc. by ambc

+

Starring

+The Bunnies,
+Google Maps and
+ HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Offline & Storage +
+Entire game licensed under MIT. +Parts of this game includes code fom other sources.

Aww, snap!

Please use a updated browser to play.

diff --git a/main.css b/main.css index 38f6eb6..e83af2c 100644 --- a/main.css +++ b/main.css @@ -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; diff --git a/main.js b/main.js index cef34e5..f256548 100644 --- a/main.js +++ b/main.js @@ -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 {