diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-11-01 01:16:42 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-11-01 01:16:42 -0700 |
commit | 4158e556d247830832b631fd4ef869e7c8e541e5 (patch) | |
tree | facc402062b4b71913185d0dda68be4dbd69e95f /includes/header.php | |
parent | c4058d01960509846b12621c0a0ed5547d1b0a0f (diff) | |
download | pathery-4158e556d247830832b631fd4ef869e7c8e541e5.tar.xz |
Sounds, soundManager2
Created and added "blingb" sound.
Added a couple images to the cache
Started adding soundManager2 - needs work.
More testing on the multi-path animation code.
General cleanup on the sounds.
Changed the "Improved score 0 to X" to "You scored X"
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php index 347a29b..f74a942 100644 --- a/includes/header.php +++ b/includes/header.php @@ -61,6 +61,8 @@ function htmlFooter() { //Preload the path-images and add the google-analytics script
?>
<div style='visibility:hidden;display:none'>
+ <img src='images/MedalGoldCAR.png' alt=''>
+ <img src='images/MedalSilverCAR.png' alt=''>
<img src='images/Path1.png' alt=''>
<img src='images/Path2.png' alt=''>
<img src='images/Path3.png' alt=''>
@@ -152,4 +154,4 @@ function topbar($links) { echo "</div>";
}
-?> +?>
|