@@ -9,31 +9,31 @@ public static void Load()
99 {
1010 Palette . ColorNames = new [ ]
1111 {
12- CustomStringName . CreateAndRegister ( "Plum" ) ,
13- StringNames . ColorPurple ,
14- CustomStringName . CreateAndRegister ( "Lilac" ) ,
15- StringNames . ColorWhite ,
16- StringNames . ColorGray ,
17- CustomStringName . CreateAndRegister ( "Magenta" ) ,
18- StringNames . ColorPink ,
19- StringNames . ColorCoral ,
20- CustomStringName . CreateAndRegister ( "Melon" ) ,
21- StringNames . ColorMaroon ,
2212 StringNames . ColorRed ,
2313 CustomStringName . CreateAndRegister ( "Tawny" ) ,
2414 StringNames . ColorOrange ,
2515 CustomStringName . CreateAndRegister ( "Gold" ) ,
2616 CustomStringName . CreateAndRegister ( "Lemon" ) ,
27- CustomStringName . CreateAndRegister ( "Macau" ) ,
28- CustomStringName . CreateAndRegister ( "Jungle" ) ,
29- StringNames . ColorGreen ,
30- CustomStringName . CreateAndRegister ( "Olive" ) ,
31- StringNames . ColorBrown ,
17+ CustomStringName . CreateAndRegister ( "Magenta" ) ,
18+ StringNames . ColorPink ,
19+ StringNames . ColorCoral ,
20+ CustomStringName . CreateAndRegister ( "Melon" ) ,
21+ StringNames . ColorMaroon ,
22+ CustomStringName . CreateAndRegister ( "Plum" ) ,
23+ StringNames . ColorPurple ,
24+ CustomStringName . CreateAndRegister ( "Lilac" ) ,
25+ StringNames . ColorWhite ,
26+ StringNames . ColorGray ,
3227 StringNames . ColorBlue ,
3328 CustomStringName . CreateAndRegister ( "Sky Blue" ) ,
3429 CustomStringName . CreateAndRegister ( "Azure" ) ,
3530 StringNames . ColorCyan ,
3631 CustomStringName . CreateAndRegister ( "Aqua" ) ,
32+ CustomStringName . CreateAndRegister ( "Macau" ) ,
33+ CustomStringName . CreateAndRegister ( "Jungle" ) ,
34+ StringNames . ColorGreen ,
35+ CustomStringName . CreateAndRegister ( "Olive" ) ,
36+ StringNames . ColorBrown ,
3737 StringNames . ColorBlack ,
3838 CustomStringName . CreateAndRegister ( "Cocoa" ) ,
3939 StringNames . ColorTan ,
@@ -47,31 +47,31 @@ public static void Load()
4747 } ;
4848 Palette . PlayerColors = new [ ]
4949 {
50- new Color32 ( 79 , 0 , 127 , byte . MaxValue ) , //plum
51- new Color32 ( 107 , 47 , 188 , byte . MaxValue ) , //purple
52- new Color32 ( 186 , 161 , 255 , byte . MaxValue ) , //lilac
53- new Color32 ( 215 , 225 , 241 , byte . MaxValue ) , //white
54- Palette . FromHex ( 7701907 ) , //gray
55- new Color32 ( 255 , 0 , 127 , byte . MaxValue ) , //magenta
56- new Color32 ( 238 , 84 , 187 , byte . MaxValue ) , //pink
57- Palette . FromHex ( 14115940 ) , //coral
58- new Color32 ( 168 , 50 , 62 , byte . MaxValue ) , //melon
59- Palette . FromHex ( 6233390 ) , //maroon
6050 new Color32 ( 198 , 17 , 17 , byte . MaxValue ) , //red
6151 new Color32 ( 205 , 63 , 0 , byte . MaxValue ) , //tawny
6252 new Color32 ( 240 , 125 , 13 , byte . MaxValue ) , //orange
6353 new Color32 ( 255 , 207 , 0 , byte . MaxValue ) , //gold
6454 new Color32 ( 207 , 255 , 0 , byte . MaxValue ) , //lemon
65- new Color32 ( 0 , 97 , 93 , byte . MaxValue ) , //macau
66- new Color32 ( 0 , 47 , 0 , byte . MaxValue ) , //jungle
67- new Color32 ( 17 , 128 , 45 , byte . MaxValue ) , //green
68- new Color32 ( 97 , 114 , 24 , byte . MaxValue ) , //olive
69- new Color32 ( 113 , 73 , 30 , byte . MaxValue ) , //brown
55+ new Color32 ( 255 , 0 , 127 , byte . MaxValue ) , //magenta
56+ new Color32 ( 238 , 84 , 187 , byte . MaxValue ) , //pink
57+ Palette . FromHex ( 14115940 ) , //coral
58+ new Color32 ( 168 , 50 , 62 , byte . MaxValue ) , //melon
59+ Palette . FromHex ( 6233390 ) , //maroon
60+ new Color32 ( 79 , 0 , 127 , byte . MaxValue ) , //plum
61+ new Color32 ( 107 , 47 , 188 , byte . MaxValue ) , //purple
62+ new Color32 ( 186 , 161 , 255 , byte . MaxValue ) , //lilac
63+ new Color32 ( 215 , 225 , 241 , byte . MaxValue ) , //white
64+ Palette . FromHex ( 7701907 ) , //gray
7065 new Color32 ( 19 , 46 , 210 , byte . MaxValue ) , //blue
7166 new Color32 ( 61 , 129 , 255 , byte . MaxValue ) , //sky blue
7267 new Color32 ( 1 , 166 , 255 , byte . MaxValue ) , //azure
7368 new Color32 ( 56 , byte . MaxValue , 221 , byte . MaxValue ) , //cyan
7469 new Color32 ( 61 , 255 , 181 , byte . MaxValue ) , //aqua
70+ new Color32 ( 0 , 97 , 93 , byte . MaxValue ) , //macau
71+ new Color32 ( 0 , 47 , 0 , byte . MaxValue ) , //jungle
72+ new Color32 ( 17 , 128 , 45 , byte . MaxValue ) , //green
73+ new Color32 ( 97 , 114 , 24 , byte . MaxValue ) , //olive
74+ new Color32 ( 113 , 73 , 30 , byte . MaxValue ) , //brown
7575 new Color32 ( 63 , 71 , 78 , byte . MaxValue ) , //black
7676 new Color32 ( 60 , 48 , 44 , byte . MaxValue ) , //cocoa
7777 Palette . FromHex ( 9537655 ) , //tan
@@ -85,31 +85,31 @@ public static void Load()
8585 } ;
8686 Palette . ShadowColors = new [ ]
8787 {
88- new Color32 ( 55 , 0 , 95 , byte . MaxValue ) , //plum
89- new Color32 ( 59 , 23 , 124 , byte . MaxValue ) , //purple
90- new Color32 ( 93 , 81 , 128 , byte . MaxValue ) , //lilac
91- new Color32 ( 132 , 149 , 192 , byte . MaxValue ) , //white
92- Palette . FromHex ( 4609636 ) , //gray
93- new Color32 ( 191 , 0 , 95 , byte . MaxValue ) , //magenta
94- new Color32 ( 172 , 43 , 174 , byte . MaxValue ) , //pink
95- Palette . FromHex ( 11813730 ) , //coral
96- new Color32 ( 101 , 30 , 37 , byte . MaxValue ) , //melon
97- Palette . FromHex ( 4263706 ) , //maroon
9888 new Color32 ( 122 , 8 , 56 , byte . MaxValue ) , //red
9989 new Color32 ( 141 , 31 , 0 , byte . MaxValue ) , //tawny
10090 new Color32 ( 180 , 62 , 21 , byte . MaxValue ) , //orange
10191 new Color32 ( 191 , 143 , 0 , byte . MaxValue ) , //gold
10292 new Color32 ( 143 , 191 , 61 , byte . MaxValue ) , //lemon
103- new Color32 ( 0 , 65 , 61 , byte . MaxValue ) , //macau
104- new Color32 ( 0 , 23 , 0 , byte . MaxValue ) , //jungle
105- new Color32 ( 10 , 77 , 46 , byte . MaxValue ) , //green
106- new Color32 ( 66 , 91 , 15 , byte . MaxValue ) , //olive
107- new Color32 ( 94 , 38 , 21 , byte . MaxValue ) , //brown
93+ new Color32 ( 191 , 0 , 95 , byte . MaxValue ) , //magenta
94+ new Color32 ( 172 , 43 , 174 , byte . MaxValue ) , //pink
95+ Palette . FromHex ( 11813730 ) , //coral
96+ new Color32 ( 101 , 30 , 37 , byte . MaxValue ) , //melon
97+ Palette . FromHex ( 4263706 ) , //maroon
98+ new Color32 ( 55 , 0 , 95 , byte . MaxValue ) , //plum
99+ new Color32 ( 59 , 23 , 124 , byte . MaxValue ) , //purple
100+ new Color32 ( 93 , 81 , 128 , byte . MaxValue ) , //lilac
101+ new Color32 ( 132 , 149 , 192 , byte . MaxValue ) , //white
102+ Palette . FromHex ( 4609636 ) , //gray
108103 new Color32 ( 9 , 21 , 142 , byte . MaxValue ) , //blue
109104 new Color32 ( 31 , 65 , 128 , byte . MaxValue ) , //sky blue
110105 new Color32 ( 17 , 104 , 151 , byte . MaxValue ) , //azure
111106 new Color32 ( 36 , 169 , 191 , byte . MaxValue ) , //cyan
112107 new Color32 ( 31 , 128 , 91 , byte . MaxValue ) , //aqua
108+ new Color32 ( 0 , 65 , 61 , byte . MaxValue ) , //macau
109+ new Color32 ( 0 , 23 , 0 , byte . MaxValue ) , //jungle
110+ new Color32 ( 10 , 77 , 46 , byte . MaxValue ) , //green
111+ new Color32 ( 66 , 91 , 15 , byte . MaxValue ) , //olive
112+ new Color32 ( 94 , 38 , 21 , byte . MaxValue ) , //brown
113113 new Color32 ( 30 , 31 , 38 , byte . MaxValue ) , //black
114114 new Color32 ( 30 , 24 , 22 , byte . MaxValue ) , //cocoa
115115 Palette . FromHex ( 5325118 ) , //tan
0 commit comments