diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-07-31 22:34:08 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-07-31 22:34:08 -0700 |
commit | 2d290b23c402561ef30c1de665895c120dd79483 (patch) | |
tree | 8bde5ebd953f3dd375abe88e61e40571df313b1f /pages/achievements.php | |
parent | 628c2e712e39fe85762583fd1ddc12609746fc58 (diff) | |
download | pathery-2d290b23c402561ef30c1de665895c120dd79483.tar.xz |
Everything related to the scoreboard.
New feedback page.
Changed the speed of the pauses on checkpoints during a path animation.
Changed how notifications are recieved.
Diffstat (limited to 'pages/achievements.php')
-rw-r--r-- | pages/achievements.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/achievements.php b/pages/achievements.php index 4b508eb..76d993d 100644 --- a/pages/achievements.php +++ b/pages/achievements.php @@ -343,7 +343,7 @@ $UTotalSolutions = number_format($UTotalSolutions); $uStats[1] = $UTotalMoves;
$uStats[2] = $UTotalSolutions;
-echo "<div class='wrapper' style='width:600px;'>";
+echo "<div class='wrapper' style='padding-left:30px; width:800px;'>";
if ($viewer)
echo "<center><h3>Viewing</h3></center>";
echo "
@@ -480,8 +480,8 @@ foreach($achievements as $aType => $a) { $aTypeNames[1] = "Path Career Level $aLevel!";
$aTypeNames[2] = "Mazes Career Level $aLevel!";
- $aTypeNames[3] = "Maze Mastery Level $aLevel!";
- $aTypeNames[4] = "Champion Level $aLevel!";
+ $aTypeNames[3] = "<img src='../images/MedalSilverCAR.png' style='width:36px;height:36px;vertical-align:middle'>Maze Mastery Level $aLevel!";
+ $aTypeNames[4] = "<img src='../images/MedalGoldCAR.png' style='width:36px;height:36px;vertical-align:middle'>Champion Level $aLevel!";
$aTypeNames[32] = 'Tutorial Complete!';
$aTypeCurrency[1] = "total moves mazed";
|