summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-07-04 18:41:16 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-07-04 18:41:16 -0700
commitedb1f4588d22d9648d8585511cb759cab6f88c20 (patch)
tree28bfa908b9418763a326d37aabfc3e648f93256e /includes/datas.php
parentd5f26622ec84272d1846f27be10b3251ded4d1a6 (diff)
downloadpathery-edb1f4588d22d9648d8585511cb759cab6f88c20.tar.xz
Couple achievements appended
Diffstat (limited to 'includes/datas.php')
-rw-r--r--includes/datas.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php
index 3ac6984..5d901ee 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -493,7 +493,11 @@ function getMazeMasteryArray() {
$r[7] = array(100, 2, 'CircleLargeDonut_W.png', 'Light Annulated Circle', 0);
$r[8] = array(150, 2, 'CrossXL_W_I.png', 'Inverted Bright Large Present', 0);
$r[9] = array(225, 2, 'CircleLarge_W_I.png', 'Inverted Bright Large Circle', 0);
-
+ $r[10] = array(300, 2, 'DiamondSmall_B_I.png', 'Inverted Dark Small Diamond', 0);
+ $r[11] = array(400, 2, 'CircleLargeDonut_B.png', 'Dark Annulated Circle', 0);
+
+ //$cp[4] = array(10000, 2, 'DiamondSmall_B.png', 'Dark Small Diamond', 0);
+
return $r;
}
@@ -507,6 +511,8 @@ function getWinsArray() {
$r[5] = array(50, 2, 'StarsR_B.png', 'Dark Stars', 0);
$r[6] = array(75, 2, 'OffsetStripesHorizontal_B_I.png', 'Inverted Dark Horizontal Stripes', 0);
$r[7] = array(100, 2, 'CrossXLDonut_B_I.png', 'Inverted Dark Large Intersection', 0);
+ $r[8] = array(150, 2, 'DiamondLarge_B.png', 'Dark Large Diamond', 0);
+
//$r[7] = array(75, 2, 'CircleSmall_W_I.png', 'Inverted Bright Small Circle', 0);
return $r;