Page 4 of 82

Re: More skins coming soon

Posted: Fri Jun 10, 2016 8:40 am
by karaage
new ColorMatrix(new float[] {
0.631f, 0.190f, 0.358f, 0f, 0f,
0.167f, 1.282f, -0.976f, 0f, 0f,
-0.858f, 0.901f, 1.037f, 0f, 0f,
0f, 0f, 0f, 1.000f, 0f
});

Re: More skins coming soon

Posted: Fri Jun 10, 2016 8:50 am
by DwarfTank
White Knight

0.319,0.427,0.460,0,0,
0.298,0.065,0.764,0,0,
0.511,0.003,0.369,0,0,
0.999,2.600,-4.100,1.000,0

(Image Removed)

Re: More skins coming soon

Posted: Fri Jun 10, 2016 9:49 am
by DwarfTank
RED PET SPIDER

0.940,0,0,0,0,
0,-1.992,0.174,0,0,
0,-0.174,-1.992,0,0,
0,0,0,0.870,0

(Image Removed)

Re: More skins coming soon

Posted: Fri Jun 10, 2016 10:36 am
by DwarfTank
White Dragon

(Image Removed)

Re: More skins coming soon

Posted: Sat Jun 11, 2016 6:38 am
by DwarfTank
Lunar Fairy


0.767,0.001,0.260,0,0,
0.124,0.844,-0.370,0,0,
-0.292,0.419,0.860,0,0,
0,0,0,1.480,0,0

(Image Removed)

Re: More skins coming soon

Posted: Sun Jun 12, 2016 9:06 pm
by DwarfTank
Twilight Dragon

0.230,0.071,0.195,0,0,
0.692,1.349,-1.304,0,0,
-0.419,0.513,0.308,0,0,
0,0,0,2.000,0

(Image Removed) (Added To Game)

Re: More skins coming soon

Posted: Sun Jun 12, 2016 10:08 pm
by DwarfTank
Supreme Orc

(Image Removed) (Added To Game)

Re: More skins coming soon

Posted: Sun Jun 12, 2016 10:30 pm
by DwarfTank
(Don't have a name for this one)
IMAGE REMOVED, was added to game
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(0, 131);
matrix.postConcat(temp);

temp.setRotate(2, 320);
matrix.postConcat(temp);

temp.setScale(0.92, 1.08, -1.00, 2.00);
matrix.postConcat(temp);

temp.setSaturation(0.74);
matrix.postConcat(temp);

return matrix;

Re: More skins coming soon

Posted: Sun Jun 12, 2016 10:39 pm
by DwarfTank
Lava Dragon
added to game

ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(0, 306);
matrix.postConcat(temp);

temp.setRotate(2, 320);
matrix.postConcat(temp);

temp.setScale(0.92, 1.08, -1.00, 2.00);
matrix.postConcat(temp);

temp.setSaturation(0.74);
matrix.postConcat(temp);

return matrix;

(Image Removed) (Added To Game)

Re: More skins coming soon

Posted: Sun Jun 12, 2016 10:50 pm
by DwarfTank
Fire Bee


ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(0, 306);
matrix.postConcat(temp);

temp.setRotate(2, 320);
matrix.postConcat(temp);

temp.setScale(0.92, 1.08, -1.00, 2.00);
matrix.postConcat(temp);

temp.setSaturation(0.74);
matrix.postConcat(temp);

return matrix;

(Image Removed)