A_SetBlend Second Alpha Parameter

Moderator: GZDoom Developers

Post Reply
User avatar
Major Cooke
Posts: 8175
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

A_SetBlend Second Alpha Parameter

Post by Major Cooke »

Pull Request

Now you can fade to black or whatever color you specify in color2 without relying upon ACS to get the job done. Yay!

Code: Select all

A_SetBlend("0",0.0,210,"Red",1.0);
This will start off with nothing, and slowly transition to full on red, then end.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”