Update to version 1.0.5
Check CHANGELOG for changes
This commit is contained in:
parent
2cf5fa7765
commit
43b13d623b
10 changed files with 668 additions and 122 deletions
|
@ -11,12 +11,6 @@
|
|||
|
||||
#include "raylib.h"
|
||||
|
||||
// Useful function for fade-ins and fade-outs
|
||||
Color Fade(Color col, float alpha)
|
||||
{
|
||||
return (Color){col.r, col.g, col.b, col.a*alpha};
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
// Initialization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue