ajbdev / phpsc2replay

Automatically exported from code.google.com/p/phpsc2replay
0 stars 1 forks source link

Color Additions #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public static $colorIndices = array(1 => "Red", 2=> "Blue", 3=> "Teal", 4=> 
"Purple", 5=> "Yellow", 6 => "Orange", 7=> "Green", 8=> "Pink");

should be changed to:

in sc2replay.php

public static $colorIndices = array(1 => "Red", 2=> "Blue", 3=> "Teal", 4=> 
"Purple", 5=> "Yellow", 6 => "Orange", 7=> "Green", 8=> "Light Pink", 9=> 
"Violet", 10=> "Light Gray", 11=> "Dark Green", 12=> "Brown", 13=>"Light 
Green", 14=>"Dark Grey", 15=>"Pink");

to include all possible user color selections.

Original issue reported on code.google.com by Lru...@gmail.com on 29 Aug 2010 at 9:05

GoogleCodeExporter commented 8 years ago

Original comment by lauri.vi...@gmail.com on 1 Sep 2010 at 1:50

GoogleCodeExporter commented 8 years ago
Added the change to repository

Original comment by lauri.vi...@gmail.com on 1 Sep 2010 at 8:52