punkmaker 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/Manifest.txt +6 -0
- data/README.md +230 -160
- data/config/alien-female.png +0 -0
- data/config/alien-male.png +0 -0
- data/config/human-female4.png +0 -0
- data/config/human-male4.png +0 -0
- data/config/skintone/color_me_human.csv +78 -0
- data/config/skintone/dr_ellis_monk.csv +11 -0
- data/config/skintone/punks_not_dead.csv +39 -0
- data/config/skintone/ye_olde_punks.csv +5 -0
- data/config/zombie-female.png +0 -0
- data/config/zombie-male.png +0 -0
- data/lib/punkmaker/alien.rb +49 -15
- data/lib/punkmaker/ape.rb +15 -12
- data/lib/punkmaker/colors.rb +60 -0
- data/lib/punkmaker/demon.rb +15 -11
- data/lib/punkmaker/human.rb +78 -42
- data/lib/punkmaker/mummy.rb +17 -12
- data/lib/punkmaker/orc.rb +14 -11
- data/lib/punkmaker/robot.rb +14 -11
- data/lib/punkmaker/skeleton.rb +14 -11
- data/lib/punkmaker/skintone.rb +16 -0
- data/lib/punkmaker/vampire.rb +14 -11
- data/lib/punkmaker/version.rb +1 -1
- data/lib/punkmaker/zombie.rb +49 -16
- data/lib/punkmaker.rb +4 -0
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz: '
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '069854a626106379119b3bd7013fa471c8c127201426e350da67f94848dd449c'
|
4
|
+
data.tar.gz: 7149b329b2e0e8b4b657b2ea6310906f22e868138d71985434c16ab30423e8e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7b517729f76418692c5c966ea72e698be67834bfdde19c74bbb1996f137c8c3724c08c7c1b412730ebad02708487a23f4e232dcea1b09f712605032c1cda094
|
7
|
+
data.tar.gz: fc5f30b4d5520f91fb8140cef37072042ef7b9d7be6072a7bb8e2182ad095ed00c9a11616acf18498811492a94245fcf9ac6037808f32f15c3ea749fed0754aa
|
data/CHANGELOG.md
CHANGED
data/Manifest.txt
CHANGED
@@ -18,6 +18,10 @@ config/robot-female.png
|
|
18
18
|
config/robot-male.png
|
19
19
|
config/skeleton-female.png
|
20
20
|
config/skeleton-male.png
|
21
|
+
config/skintone/color_me_human.csv
|
22
|
+
config/skintone/dr_ellis_monk.csv
|
23
|
+
config/skintone/punks_not_dead.csv
|
24
|
+
config/skintone/ye_olde_punks.csv
|
21
25
|
config/vampire-female.png
|
22
26
|
config/vampire-male.png
|
23
27
|
config/zombie-female.png
|
@@ -25,6 +29,7 @@ config/zombie-male.png
|
|
25
29
|
lib/punkmaker.rb
|
26
30
|
lib/punkmaker/alien.rb
|
27
31
|
lib/punkmaker/ape.rb
|
32
|
+
lib/punkmaker/colors.rb
|
28
33
|
lib/punkmaker/demon.rb
|
29
34
|
lib/punkmaker/hair.rb
|
30
35
|
lib/punkmaker/human.rb
|
@@ -32,6 +37,7 @@ lib/punkmaker/mummy.rb
|
|
32
37
|
lib/punkmaker/orc.rb
|
33
38
|
lib/punkmaker/robot.rb
|
34
39
|
lib/punkmaker/skeleton.rb
|
40
|
+
lib/punkmaker/skintone.rb
|
35
41
|
lib/punkmaker/vampire.rb
|
36
42
|
lib/punkmaker/version.rb
|
37
43
|
lib/punkmaker/zombie.rb
|
data/README.md
CHANGED
@@ -33,13 +33,83 @@ punk_f.zoom(4).save( 'human-female_gold@4x.png' )
|
|
33
33
|
|
34
34
|
Voila!
|
35
35
|
|
36
|
-
![](i/human-male_gold.png)
|
37
|
-
![](i/human-female_gold.png)
|
36
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_gold.png)
|
37
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_gold.png)
|
38
38
|
|
39
39
|
4x
|
40
40
|
|
41
|
-
![](i/human-male_gold@4x.png)
|
42
|
-
![](i/human-female_gold@4x.png)
|
41
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_gold@4x.png)
|
42
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_gold@4x.png)
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
Let's try predefined skintone color names
|
47
|
+
(from
|
48
|
+
[ye olde punks](config/skintone/ye_olde_punks.csv),
|
49
|
+
[dr ellis monk](config/skintone/dr_ellis_monk.csv),
|
50
|
+
[punks not dead](config/skintone/punks_not_dead.csv), or
|
51
|
+
[color me human](config/skintone/color_me_human.csv)):
|
52
|
+
|
53
|
+
|
54
|
+
``` ruby
|
55
|
+
[
|
56
|
+
'albino', # ye olde punks
|
57
|
+
'dark',
|
58
|
+
'monk10', # dr ellis monk
|
59
|
+
'monk01',
|
60
|
+
'orange', # punk's not dead
|
61
|
+
'almond',
|
62
|
+
'sienna',
|
63
|
+
'a1', # color me human
|
64
|
+
].each do |skintone|
|
65
|
+
punk_m = Punk::Human.make( skintone, gender: 'm' )
|
66
|
+
punk_m.save( "human-male_#{skintone}.png" )
|
67
|
+
punk_m.zoom(4).save( "human-male_#{skintone}@4x.png" )
|
68
|
+
|
69
|
+
punk_f = Punk::Human.make( skintone, gender: 'f' )
|
70
|
+
punk_f.save( "human-female_#{skintone}.png" )
|
71
|
+
punk_f.zoom(4).save( "human-female_#{skintone}@4x.png" )
|
72
|
+
end
|
73
|
+
```
|
74
|
+
|
75
|
+
|
76
|
+
Voila!
|
77
|
+
|
78
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_albino.png)
|
79
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_dark.png)
|
80
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_monk10.png)
|
81
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_monk01.png)
|
82
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_orange.png)
|
83
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_almond.png)
|
84
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_sienna.png)
|
85
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_a1.png) <br>
|
86
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_albino.png)
|
87
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_dark.png)
|
88
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_monk10.png)
|
89
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_monk01.png)
|
90
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_orange.png)
|
91
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_almond.png)
|
92
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_sienna.png)
|
93
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_a1.png)
|
94
|
+
|
95
|
+
4x
|
96
|
+
|
97
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_albino@4x.png)
|
98
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_dark@4x.png)
|
99
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_monk10@4x.png)
|
100
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_monk01@4x.png)
|
101
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_orange@4x.png)
|
102
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_almond@4x.png)
|
103
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_sienna@4x.png)
|
104
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_a1@4x.png) <br>
|
105
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_albino@4x.png)
|
106
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_dark@4x.png)
|
107
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_monk10@4x.png)
|
108
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_monk01@4x.png)
|
109
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_orange@4x.png)
|
110
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_almond@4x.png)
|
111
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_sienna@4x.png)
|
112
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_a1@4x.png)
|
43
113
|
|
44
114
|
|
45
115
|
|
@@ -74,45 +144,45 @@ end
|
|
74
144
|
|
75
145
|
Voila!
|
76
146
|
|
77
|
-
![](i/mummy-male_gold.png)
|
78
|
-
![](i/alien-male_gold.png)
|
79
|
-
![](i/ape-male_gold.png)
|
80
|
-
![](i/skeleton-male_gold.png)
|
81
|
-
![](i/zombie-male_gold.png)
|
82
|
-
![](i/demon-male_gold.png)
|
83
|
-
![](i/orc-male_gold.png)
|
84
|
-
![](i/robot-male_gold.png)
|
85
|
-
![](i/vampire-male_gold.png) <br>
|
86
|
-
![](i/mummy-female_gold.png)
|
87
|
-
![](i/alien-female_gold.png)
|
88
|
-
![](i/ape-female_gold.png)
|
89
|
-
![](i/skeleton-female_gold.png)
|
90
|
-
![](i/zombie-female_gold.png)
|
91
|
-
![](i/demon-female_gold.png)
|
92
|
-
![](i/orc-female_gold.png)
|
93
|
-
![](i/robot-female_gold.png)
|
94
|
-
![](i/vampire-female_gold.png)
|
147
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_gold.png)
|
148
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_gold.png)
|
149
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_gold.png)
|
150
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_gold.png)
|
151
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_gold.png)
|
152
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_gold.png)
|
153
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_gold.png)
|
154
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_gold.png)
|
155
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_gold.png) <br>
|
156
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_gold.png)
|
157
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_gold.png)
|
158
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_gold.png)
|
159
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_gold.png)
|
160
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_gold.png)
|
161
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_gold.png)
|
162
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_gold.png)
|
163
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_gold.png)
|
164
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_gold.png)
|
95
165
|
|
96
166
|
4x
|
97
167
|
|
98
|
-
![](i/mummy-male_gold@4x.png)
|
99
|
-
![](i/alien-male_gold@4x.png)
|
100
|
-
![](i/ape-male_gold@4x.png)
|
101
|
-
![](i/skeleton-male_gold@4x.png)
|
102
|
-
![](i/zombie-male_gold@4x.png)
|
103
|
-
![](i/demon-male_gold@4x.png)
|
104
|
-
![](i/orc-male_gold@4x.png)
|
105
|
-
![](i/robot-male_gold@4x.png)
|
106
|
-
![](i/vampire-male_gold@4x.png) <br>
|
107
|
-
![](i/mummy-female_gold@4x.png)
|
108
|
-
![](i/alien-female_gold@4x.png)
|
109
|
-
![](i/ape-female_gold@4x.png)
|
110
|
-
![](i/skeleton-female_gold@4x.png)
|
111
|
-
![](i/zombie-female_gold@4x.png)
|
112
|
-
![](i/demon-female_gold@4x.png)
|
113
|
-
![](i/orc-female_gold@4x.png)
|
114
|
-
![](i/robot-female_gold@4x.png)
|
115
|
-
![](i/vampire-female_gold@4x.png)
|
168
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_gold@4x.png)
|
169
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_gold@4x.png)
|
170
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_gold@4x.png)
|
171
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_gold@4x.png)
|
172
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_gold@4x.png)
|
173
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_gold@4x.png)
|
174
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_gold@4x.png)
|
175
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_gold@4x.png)
|
176
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_gold@4x.png) <br>
|
177
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_gold@4x.png)
|
178
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_gold@4x.png)
|
179
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_gold@4x.png)
|
180
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_gold@4x.png)
|
181
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_gold@4x.png)
|
182
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_gold@4x.png)
|
183
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_gold@4x.png)
|
184
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_gold@4x.png)
|
185
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_gold@4x.png)
|
116
186
|
|
117
187
|
|
118
188
|
Let's try some more colors:
|
@@ -148,131 +218,131 @@ end
|
|
148
218
|
|
149
219
|
Voila!
|
150
220
|
|
151
|
-
![](i/human-male_green.png)
|
152
|
-
![](i/mummy-male_green.png)
|
153
|
-
![](i/alien-male_green.png)
|
154
|
-
![](i/ape-male_green.png)
|
155
|
-
![](i/skeleton-male_green.png)
|
156
|
-
![](i/zombie-male_green.png)
|
157
|
-
![](i/demon-male_green.png)
|
158
|
-
![](i/orc-male_green.png)
|
159
|
-
![](i/robot-male_green.png)
|
160
|
-
![](i/vampire-male_green.png) <br>
|
161
|
-
![](i/human-female_green.png)
|
162
|
-
![](i/mummy-female_green.png)
|
163
|
-
![](i/alien-female_green.png)
|
164
|
-
![](i/ape-female_green.png)
|
165
|
-
![](i/skeleton-female_green.png)
|
166
|
-
![](i/zombie-female_green.png)
|
167
|
-
![](i/demon-female_green.png)
|
168
|
-
![](i/orc-female_green.png)
|
169
|
-
![](i/robot-female_green.png)
|
170
|
-
![](i/vampire-female_green.png) <br>
|
171
|
-
![](i/human-male_pink.png)
|
172
|
-
![](i/mummy-male_pink.png)
|
173
|
-
![](i/alien-male_pink.png)
|
174
|
-
![](i/ape-male_pink.png)
|
175
|
-
![](i/skeleton-male_pink.png)
|
176
|
-
![](i/zombie-male_pink.png)
|
177
|
-
![](i/demon-male_pink.png)
|
178
|
-
![](i/orc-male_pink.png)
|
179
|
-
![](i/robot-male_pink.png)
|
180
|
-
![](i/vampire-male_pink.png) <br>
|
181
|
-
![](i/human-female_pink.png)
|
182
|
-
![](i/mummy-female_pink.png)
|
183
|
-
![](i/alien-female_pink.png)
|
184
|
-
![](i/ape-female_pink.png)
|
185
|
-
![](i/skeleton-female_pink.png)
|
186
|
-
![](i/zombie-female_pink.png)
|
187
|
-
![](i/demon-female_pink.png)
|
188
|
-
![](i/orc-female_pink.png)
|
189
|
-
![](i/robot-female_pink.png)
|
190
|
-
![](i/vampire-female_pink.png) <br>
|
191
|
-
![](i/human-male_purple.png)
|
192
|
-
![](i/mummy-male_purple.png)
|
193
|
-
![](i/alien-male_purple.png)
|
194
|
-
![](i/ape-male_purple.png)
|
195
|
-
![](i/skeleton-male_purple.png)
|
196
|
-
![](i/zombie-male_purple.png)
|
197
|
-
![](i/demon-male_purple.png)
|
198
|
-
![](i/orc-male_purple.png)
|
199
|
-
![](i/robot-male_purple.png)
|
200
|
-
![](i/vampire-male_purple.png) <br>
|
201
|
-
![](i/human-female_purple.png)
|
202
|
-
![](i/mummy-female_purple.png)
|
203
|
-
![](i/alien-female_purple.png)
|
204
|
-
![](i/ape-female_purple.png)
|
205
|
-
![](i/skeleton-female_purple.png)
|
206
|
-
![](i/zombie-female_purple.png)
|
207
|
-
![](i/demon-female_purple.png)
|
208
|
-
![](i/orc-female_purple.png)
|
209
|
-
![](i/robot-female_purple.png)
|
210
|
-
![](i/vampire-female_purple.png)
|
221
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_green.png)
|
222
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_green.png)
|
223
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_green.png)
|
224
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_green.png)
|
225
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_green.png)
|
226
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_green.png)
|
227
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_green.png)
|
228
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_green.png)
|
229
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_green.png)
|
230
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_green.png) <br>
|
231
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_green.png)
|
232
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_green.png)
|
233
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_green.png)
|
234
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_green.png)
|
235
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_green.png)
|
236
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_green.png)
|
237
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_green.png)
|
238
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_green.png)
|
239
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_green.png)
|
240
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_green.png) <br>
|
241
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_pink.png)
|
242
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_pink.png)
|
243
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_pink.png)
|
244
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_pink.png)
|
245
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_pink.png)
|
246
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_pink.png)
|
247
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_pink.png)
|
248
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_pink.png)
|
249
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_pink.png)
|
250
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_pink.png) <br>
|
251
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_pink.png)
|
252
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_pink.png)
|
253
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_pink.png)
|
254
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_pink.png)
|
255
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_pink.png)
|
256
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_pink.png)
|
257
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_pink.png)
|
258
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_pink.png)
|
259
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_pink.png)
|
260
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_pink.png) <br>
|
261
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_purple.png)
|
262
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_purple.png)
|
263
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_purple.png)
|
264
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_purple.png)
|
265
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_purple.png)
|
266
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_purple.png)
|
267
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_purple.png)
|
268
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_purple.png)
|
269
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_purple.png)
|
270
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_purple.png) <br>
|
271
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_purple.png)
|
272
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_purple.png)
|
273
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_purple.png)
|
274
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_purple.png)
|
275
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_purple.png)
|
276
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_purple.png)
|
277
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_purple.png)
|
278
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_purple.png)
|
279
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_purple.png)
|
280
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_purple.png)
|
211
281
|
|
212
282
|
|
213
283
|
|
214
284
|
4x
|
215
285
|
|
216
|
-
![](i/human-male_green@4x.png)
|
217
|
-
![](i/mummy-male_green@4x.png)
|
218
|
-
![](i/alien-male_green@4x.png)
|
219
|
-
![](i/ape-male_green@4x.png)
|
220
|
-
![](i/skeleton-male_green@4x.png)
|
221
|
-
![](i/zombie-male_green@4x.png)
|
222
|
-
![](i/demon-male_green@4x.png)
|
223
|
-
![](i/orc-male_green@4x.png)
|
224
|
-
![](i/robot-male_green@4x.png)
|
225
|
-
![](i/vampire-male_green@4x.png) <br>
|
226
|
-
![](i/human-female_green@4x.png)
|
227
|
-
![](i/mummy-female_green@4x.png)
|
228
|
-
![](i/alien-female_green@4x.png)
|
229
|
-
![](i/ape-female_green@4x.png)
|
230
|
-
![](i/skeleton-female_green@4x.png)
|
231
|
-
![](i/zombie-female_green@4x.png)
|
232
|
-
![](i/demon-female_green@4x.png)
|
233
|
-
![](i/orc-female_green@4x.png)
|
234
|
-
![](i/robot-female_green@4x.png)
|
235
|
-
![](i/vampire-female_green@4x.png) <br>
|
236
|
-
![](i/human-male_pink@4x.png)
|
237
|
-
![](i/mummy-male_pink@4x.png)
|
238
|
-
![](i/alien-male_pink@4x.png)
|
239
|
-
![](i/ape-male_pink@4x.png)
|
240
|
-
![](i/skeleton-male_pink@4x.png)
|
241
|
-
![](i/zombie-male_pink@4x.png)
|
242
|
-
![](i/demon-male_pink@4x.png)
|
243
|
-
![](i/orc-male_pink@4x.png)
|
244
|
-
![](i/robot-male_pink@4x.png)
|
245
|
-
![](i/vampire-male_pink@4x.png) <br>
|
246
|
-
![](i/human-female_pink@4x.png)
|
247
|
-
![](i/mummy-female_pink@4x.png)
|
248
|
-
![](i/alien-female_pink@4x.png)
|
249
|
-
![](i/ape-female_pink@4x.png)
|
250
|
-
![](i/skeleton-female_pink@4x.png)
|
251
|
-
![](i/zombie-female_pink@4x.png)
|
252
|
-
![](i/demon-female_pink@4x.png)
|
253
|
-
![](i/orc-female_pink@4x.png)
|
254
|
-
![](i/robot-female_pink@4x.png)
|
255
|
-
![](i/vampire-female_pink@4x.png) <br>
|
256
|
-
![](i/human-male_purple@4x.png)
|
257
|
-
![](i/mummy-male_purple@4x.png)
|
258
|
-
![](i/alien-male_purple@4x.png)
|
259
|
-
![](i/ape-male_purple@4x.png)
|
260
|
-
![](i/skeleton-male_purple@4x.png)
|
261
|
-
![](i/zombie-male_purple@4x.png)
|
262
|
-
![](i/demon-male_purple@4x.png)
|
263
|
-
![](i/orc-male_purple@4x.png)
|
264
|
-
![](i/robot-male_purple@4x.png)
|
265
|
-
![](i/vampire-male_purple@4x.png) <br>
|
266
|
-
![](i/human-female_purple@4x.png)
|
267
|
-
![](i/mummy-female_purple@4x.png)
|
268
|
-
![](i/alien-female_purple@4x.png)
|
269
|
-
![](i/ape-female_purple@4x.png)
|
270
|
-
![](i/skeleton-female_purple@4x.png)
|
271
|
-
![](i/zombie-female_purple@4x.png)
|
272
|
-
![](i/demon-female_purple@4x.png)
|
273
|
-
![](i/orc-female_purple@4x.png)
|
274
|
-
![](i/robot-female_purple@4x.png)
|
275
|
-
![](i/vampire-female_purple@4x.png)
|
286
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_green@4x.png)
|
287
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_green@4x.png)
|
288
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_green@4x.png)
|
289
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_green@4x.png)
|
290
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_green@4x.png)
|
291
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_green@4x.png)
|
292
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_green@4x.png)
|
293
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_green@4x.png)
|
294
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_green@4x.png)
|
295
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_green@4x.png) <br>
|
296
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_green@4x.png)
|
297
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_green@4x.png)
|
298
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_green@4x.png)
|
299
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_green@4x.png)
|
300
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_green@4x.png)
|
301
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_green@4x.png)
|
302
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_green@4x.png)
|
303
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_green@4x.png)
|
304
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_green@4x.png)
|
305
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_green@4x.png) <br>
|
306
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_pink@4x.png)
|
307
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_pink@4x.png)
|
308
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_pink@4x.png)
|
309
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_pink@4x.png)
|
310
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_pink@4x.png)
|
311
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_pink@4x.png)
|
312
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_pink@4x.png)
|
313
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_pink@4x.png)
|
314
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_pink@4x.png)
|
315
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_pink@4x.png) <br>
|
316
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_pink@4x.png)
|
317
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_pink@4x.png)
|
318
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_pink@4x.png)
|
319
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_pink@4x.png)
|
320
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_pink@4x.png)
|
321
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_pink@4x.png)
|
322
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_pink@4x.png)
|
323
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_pink@4x.png)
|
324
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_pink@4x.png)
|
325
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_pink@4x.png) <br>
|
326
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-male_purple@4x.png)
|
327
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-male_purple@4x.png)
|
328
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-male_purple@4x.png)
|
329
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-male_purple@4x.png)
|
330
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-male_purple@4x.png)
|
331
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-male_purple@4x.png)
|
332
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-male_purple@4x.png)
|
333
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-male_purple@4x.png)
|
334
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-male_purple@4x.png)
|
335
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-male_purple@4x.png) <br>
|
336
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/human-female_purple@4x.png)
|
337
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/mummy-female_purple@4x.png)
|
338
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/alien-female_purple@4x.png)
|
339
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/ape-female_purple@4x.png)
|
340
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/skeleton-female_purple@4x.png)
|
341
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/zombie-female_purple@4x.png)
|
342
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/demon-female_purple@4x.png)
|
343
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/orc-female_purple@4x.png)
|
344
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/robot-female_purple@4x.png)
|
345
|
+
![](https://github.com/cryptopunksnotdead/punkart.sandbox/raw/master/punkmaker/i/vampire-female_purple@4x.png)
|
276
346
|
|
277
347
|
|
278
348
|
|
data/config/alien-female.png
CHANGED
Binary file
|
data/config/alien-male.png
CHANGED
Binary file
|
data/config/human-female4.png
CHANGED
Binary file
|
data/config/human-male4.png
CHANGED
Binary file
|
@@ -0,0 +1,78 @@
|
|
1
|
+
color, names
|
2
|
+
|
3
|
+
0xF5D7CD, A1
|
4
|
+
0xEEC9C0, A2
|
5
|
+
0xE2B6AF, A3
|
6
|
+
0xD7A89C, A4
|
7
|
+
0xCA958C, A5
|
8
|
+
0xBD877B, A6
|
9
|
+
0xAB756A, A7
|
10
|
+
0x99675A, A8
|
11
|
+
0x86574F, A9
|
12
|
+
0x6F4940, A10
|
13
|
+
0x593D37, A11
|
14
|
+
|
15
|
+
|
16
|
+
0xF3D8CE, B1
|
17
|
+
0xEDC8BE, B2
|
18
|
+
0xE3B9AC, B3
|
19
|
+
0xD5A99B, B4
|
20
|
+
0xC89784, B5
|
21
|
+
0xB88773, B6
|
22
|
+
0xA77865, B7
|
23
|
+
0x956759, B8
|
24
|
+
0x815949, B9
|
25
|
+
0x6F4B3E, B10
|
26
|
+
0x583D32, B11
|
27
|
+
|
28
|
+
|
29
|
+
0xF4DACD, C1
|
30
|
+
0xEACDBB, C2
|
31
|
+
0xDCB9A9, C3
|
32
|
+
0xD0AA95, C4
|
33
|
+
0xC69B81, C5
|
34
|
+
0xB68A70, C6
|
35
|
+
0xA4785F, C7
|
36
|
+
0x946D51, C8
|
37
|
+
0x7E5B44, C9
|
38
|
+
0x6C4D3B, C10
|
39
|
+
0x573E31, C11
|
40
|
+
|
41
|
+
|
42
|
+
0xEFDCCC, D1
|
43
|
+
0xE6CCB8, D2
|
44
|
+
0xDDBBA3, D3
|
45
|
+
0xCCA990, D4
|
46
|
+
0xC39D7F, D5
|
47
|
+
0xB28C6E, D6
|
48
|
+
0xA17B5E, D7
|
49
|
+
0x906B4E, D8
|
50
|
+
0x7D5B43, D9
|
51
|
+
0x674C38, D10
|
52
|
+
0x543F2F, D11
|
53
|
+
|
54
|
+
|
55
|
+
0xEFDBCA, E1
|
56
|
+
0xE4CBB6, E2
|
57
|
+
0xD8BCA0, E3
|
58
|
+
0xCDAC8E, E4
|
59
|
+
0xC19F7E, E5
|
60
|
+
0xAE8C6C, E6
|
61
|
+
0x9D7A5A, E7
|
62
|
+
0x8D6E4D, E8
|
63
|
+
0x7B5C40, E9
|
64
|
+
0x664D36, E10
|
65
|
+
0x52402D, E11
|
66
|
+
|
67
|
+
|
68
|
+
0xEDDBCA, F1
|
69
|
+
0xE1CCB6, F2
|
70
|
+
0xD5BDA0, F3
|
71
|
+
0xC8AC8B, F4
|
72
|
+
0xBCA17B, F5
|
73
|
+
0xAE8F6B, F6
|
74
|
+
0x997E57, F7
|
75
|
+
0x876E4B, F8
|
76
|
+
0x776040, F9
|
77
|
+
0x644F33, F10
|
78
|
+
0x52402D, F11
|
@@ -0,0 +1,11 @@
|
|
1
|
+
color, names
|
2
|
+
0xf6ede4, 01 | MST 01 | monk 01
|
3
|
+
0xf3e7db, 02 | MST 02 | monk 02
|
4
|
+
0xf7ead0, 03 | MST 03 | monk 03
|
5
|
+
0xeadaba, 04 | MST 04 | monk 04
|
6
|
+
0xd7bd96, 05 | MST 05 | monk 05
|
7
|
+
0xa07e56, 06 | MST 06 | monk 06
|
8
|
+
0x825c43, 07 | MST 07 | monk 07
|
9
|
+
0x604134, 08 | MST 08 | monk 08
|
10
|
+
0x3a312a, 09 | MST 09 | monk 09
|
11
|
+
0x292420, 10 | MST 10 | monk 10
|
@@ -0,0 +1,39 @@
|
|
1
|
+
color, names
|
2
|
+
|
3
|
+
0xE9CBA9, ivory
|
4
|
+
0xEFD1B7, porcelain
|
5
|
+
0xF7DDC2, pale ivory
|
6
|
+
0xF7E2AB, warm ivory
|
7
|
+
0xEEC695, sand
|
8
|
+
0xF1C088, rose beige
|
9
|
+
|
10
|
+
0xE5BB91, limestone
|
11
|
+
0xECBF84, beige
|
12
|
+
0xD19C7C, sienna
|
13
|
+
0xCD9564, honey
|
14
|
+
0xAD8B65, band
|
15
|
+
0x94603B, almond
|
16
|
+
|
17
|
+
0x895434, chestnut
|
18
|
+
0x78441F, bronze
|
19
|
+
0xB06949, umber
|
20
|
+
0x7F4829, golden
|
21
|
+
0x623A17, espresso
|
22
|
+
0x321F11, chocolate
|
23
|
+
|
24
|
+
|
25
|
+
0xF05423, orange
|
26
|
+
0xEF483E, warm red
|
27
|
+
0xEE3342, red
|
28
|
+
0xD51B5E, rubine red
|
29
|
+
0xda1884, pink | barbie pink
|
30
|
+
|
31
|
+
0xAA4399, purple
|
32
|
+
0x462E8D, blue
|
33
|
+
0xBC9BC9, violet
|
34
|
+
|
35
|
+
0xF8DE08, yellow
|
36
|
+
|
37
|
+
0xffd700, gold 1 | gold
|
38
|
+
0xdaa520, gold 2 | goldenrod
|
39
|
+
0xb8860b, gold 3 | darkgoldenrod
|
data/config/zombie-female.png
CHANGED
Binary file
|
data/config/zombie-male.png
CHANGED
Binary file
|