Ghost Devil

You want to develop content? Create maps, items or quests! Get rewarded!

Moderator: Game Administrators

Post Reply
The teror
Posts: 2
Joined: Fri Sep 07, 2018 9:10 am

Ghost Devil

Post by The teror »

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

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

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

temp.setScale(1.19, 1.25, -0.27, 1.00);
matrix.postConcat(temp);

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

return matrix;
User avatar
SellSword
Posts: 4036
Joined: Tue Aug 29, 2017 11:16 pm
Location: Ardesia

Re: Ghost Devil

Post by SellSword »

Are you going to include pictures?
Old soldiers never die, they just fade away.
Post Reply