Blood Cave man

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

Blood Cave man

Post by The teror »

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

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

temp.setRotate(1, 273);
matrix.postConcat(temp);

temp.setScale(1.85, 0.87, -0.24, 2.00);
matrix.postConcat(temp);

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

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

return matrix;
Post Reply