File tree 6 files changed +111
-114
lines changed
templates/android_project/jni
6 files changed +111
-114
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pure spartan-programmers way. Are you ready to learn? Jump to [code examples!](h
14
14
history
15
15
-------
16
16
17
- I've developed videogames for some years and 4 year ago I started teaching videogames development
17
+ I've developed videogames for some years and 4 years ago I started teaching videogames development
18
18
to young people with artistic profile, most of them had never written a single line of code.
19
19
20
20
I started with C language basis and, after searching for the most simple and easy-to-use library to teach
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ void ImageFlipVertical(Image *image);
697
697
void ImageFlipHorizontal (Image * image ); // Flip image horizontally
698
698
void ImageColorTint (Image * image , Color color ); // Modify image color: tint
699
699
void ImageColorInvert (Image * image ); // Modify image color: invert
700
- void ImageColorGrayscale (Image * image ); // Modify bimage color: grayscale
700
+ void ImageColorGrayscale (Image * image ); // Modify image color: grayscale
701
701
void ImageColorContrast (Image * image , float contrast ); // Modify image color: contrast (-100 to 100)
702
702
void ImageColorBrightness (Image * image , int brightness ); // Modify image color: brightness (-255 to 255)
703
703
void GenTextureMipmaps (Texture2D texture ); // Generate GPU mipmaps for a texture
You can’t perform that action at this time.
0 commit comments