mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Added Crimson, Emerald, and Bronze toon colors.
This commit is contained in:
parent
c2063c7c6b
commit
b033ab02e4
2 changed files with 14 additions and 2 deletions
|
@ -1952,7 +1952,10 @@ allColorsList = [VBase4(1.0, 1.0, 1.0, 1.0),
|
||||||
VBase4(0.0, 0.403921, 0.647058, 1.0),
|
VBase4(0.0, 0.403921, 0.647058, 1.0),
|
||||||
VBase4(1.0, 0.0, 0.0, 1.0),
|
VBase4(1.0, 0.0, 0.0, 1.0),
|
||||||
VBase4(0.0, 0.0, 1.0, 1.0),
|
VBase4(0.0, 0.0, 1.0, 1.0),
|
||||||
VBase4(0.0, 1.0, 0.0, 1.0)]
|
VBase4(0.0, 1.0, 0.0, 1.0),
|
||||||
|
VBase4(0.862745, 0.078431, 0.235294, 1.0),
|
||||||
|
VBase4(0.0, 0.635294, 0.513725, 1.0),
|
||||||
|
VBase4(0.803921, 0.498039, 0.196078, 1.0)]
|
||||||
defaultBoyColorList = [0,
|
defaultBoyColorList = [0,
|
||||||
1,
|
1,
|
||||||
32,
|
32,
|
||||||
|
@ -1965,6 +1968,7 @@ defaultBoyColorList = [0,
|
||||||
29,
|
29,
|
||||||
8,
|
8,
|
||||||
37,
|
37,
|
||||||
|
40,
|
||||||
35,
|
35,
|
||||||
9,
|
9,
|
||||||
10,
|
10,
|
||||||
|
@ -1973,6 +1977,7 @@ defaultBoyColorList = [0,
|
||||||
12,
|
12,
|
||||||
30,
|
30,
|
||||||
13,
|
13,
|
||||||
|
41,
|
||||||
14,
|
14,
|
||||||
15,
|
15,
|
||||||
39,
|
39,
|
||||||
|
@ -1984,6 +1989,7 @@ defaultBoyColorList = [0,
|
||||||
19,
|
19,
|
||||||
20,
|
20,
|
||||||
21,
|
21,
|
||||||
|
42,
|
||||||
38,
|
38,
|
||||||
36,
|
36,
|
||||||
22,
|
22,
|
||||||
|
@ -2005,6 +2011,7 @@ defaultGirlColorList = [0,
|
||||||
29,
|
29,
|
||||||
8,
|
8,
|
||||||
37,
|
37,
|
||||||
|
40,
|
||||||
35,
|
35,
|
||||||
9,
|
9,
|
||||||
10,
|
10,
|
||||||
|
@ -2013,6 +2020,7 @@ defaultGirlColorList = [0,
|
||||||
12,
|
12,
|
||||||
30,
|
30,
|
||||||
13,
|
13,
|
||||||
|
41,
|
||||||
14,
|
14,
|
||||||
15,
|
15,
|
||||||
39,
|
39,
|
||||||
|
@ -2024,6 +2032,7 @@ defaultGirlColorList = [0,
|
||||||
19,
|
19,
|
||||||
20,
|
20,
|
||||||
21,
|
21,
|
||||||
|
42,
|
||||||
38,
|
38,
|
||||||
36,
|
36,
|
||||||
22,
|
22,
|
||||||
|
|
|
@ -5504,7 +5504,10 @@ NumToColor = ['White',
|
||||||
'Sapphire',
|
'Sapphire',
|
||||||
'Pure Red',
|
'Pure Red',
|
||||||
'Pure Blue',
|
'Pure Blue',
|
||||||
'Pure Green']
|
'Pure Green',
|
||||||
|
'Crimson',
|
||||||
|
'Emerald',
|
||||||
|
'Bronze']
|
||||||
AnimalToSpecies = {'dog': 'Dog',
|
AnimalToSpecies = {'dog': 'Dog',
|
||||||
'cat': 'Cat',
|
'cat': 'Cat',
|
||||||
'mouse': 'Mouse',
|
'mouse': 'Mouse',
|
||||||
|
|
Loading…
Reference in a new issue