More skins coming soon

stay tuned

Moderator: Game Administrators

User avatar
karaage
Posts: 32
Joined: Fri Sep 18, 2015 2:22 pm

Re: More skins coming soon

Post 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
});
Attachments
Screenshot_2016-06-10-15-35-50.png
Screenshot_2016-06-10-15-35-50.png (160.67 KiB) Viewed 5348 times
I'm so weak mage…

The Japanese who isn't good at English

I am communication by using the Google translation.
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Tue May 30, 2017 10:34 pm, edited 4 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Tue May 30, 2017 10:35 pm, edited 5 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post by DwarfTank »

White Dragon

(Image Removed)
Last edited by DwarfTank on Tue May 30, 2017 10:35 pm, edited 3 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Tue May 30, 2017 10:35 pm, edited 6 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Tue May 30, 2017 10:36 pm, edited 4 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post by DwarfTank »

Supreme Orc

(Image Removed) (Added To Game)
Last edited by DwarfTank on Tue May 30, 2017 10:37 pm, edited 1 time in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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;
Last edited by DwarfTank on Thu Feb 22, 2018 3:21 am, edited 2 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Thu Feb 22, 2018 3:21 am, edited 2 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 907
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Tue May 30, 2017 10:40 pm, edited 1 time in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
Locked