mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-27 07:57:58 +01:00
Added Fancy Pants & Fleur
This commit is contained in:
parent
095f4f6bd0
commit
5c85818f7c
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ $ponies = array(
|
|||
"shining" => array("filename" => './shining.png', "first" => "Shining", "second" => " Armor", "source" => "http://fav.me/d5m9yay"),
|
||||
"blueblood" => array("filename" => './blueblood.png', "first" => "Blue", "second" => "blood", "source" => "http://fav.me/d3rh8rk"),
|
||||
"braeburn" => array("filename" => './braeburn.png', "first" => "Brae", "second" => "burn", "source" => "http://fav.me/d5rznvn"),
|
||||
"fancy" => array("filename" => './fancy.png', "first" => "Fancy", "second" => " Pants", "source" => "http://fav.me/d4v4kv8"),
|
||||
"break5" => "Zebras",
|
||||
"zecora" => array("filename" => './zecora.png', "first" => "Zeco", "second" => "ra", "source" => "http://fav.me/d5bfzw0"),
|
||||
"break6" => "Antagonists",
|
||||
|
@ -41,6 +42,7 @@ $ponies = array(
|
|||
"cheerilee" => array("filename" => './cheerilee.png', "first" => "Cheeri", "second" => "lee", "source" => "http://fav.me/d5vpgin"),
|
||||
"granny" => array("filename" => './granny.png', "first" => "Granny", "second" => " Smith", "source" => "http://fav.me/d4gd7rm"),
|
||||
"spitfire" => array("filename" => './spitfire.png', "first" => "Spit", "second" => "fire", "source" => "http://fav.me/d567ehb"),
|
||||
"fleur" => array("filename" => './fleur.png', "first" => "Fleur", "second" => " Dis Lee", "source" => "http://fav.me/d4i52vp"),
|
||||
"break8" => "Background ponies",
|
||||
"bonbon" => array("filename" => './bonbon.png', "first" => "Bon", "second" => "bon", "source" => "http://fav.me/d5ioklg"),
|
||||
"lyra" => array("filename" => './lyra.png', "first" => "Ly", "second" => "ra", "source" => "http://fav.me/d3hyr2w"),
|
||||
|
|
Loading…
Reference in a new issue