update templates

This commit is contained in:
Roy Qu 2022-07-20 19:18:58 +08:00
parent cb4a28f94d
commit 48f5178742
2 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,9 @@ void drawPurpleColors(Image *pImg,Font font);
void drawLightColors(Image *pImg,Font font);
void drawGrayColors(Image *pImg,Font font);
int ddd;
int main() {
int currentPage=Red;
InitWindow(1000,900,"Colors");
InitWindow(1000,900,"Rdrawing Predefined Colors");
SetTraceLogLevel(LOG_WARNING);
SetTargetFPS(60);
bool fontChanged=false;

View File

@ -31,10 +31,9 @@ void drawPurpleColors(Image *pImg,Font font);
void drawLightColors(Image *pImg,Font font);
void drawGrayColors(Image *pImg,Font font);
int ddd;
int main() {
int currentPage=Red;
InitWindow(1000,900,"Colors");
InitWindow(1000,900,"Rdrawing Predefined Colors");
SetTraceLogLevel(LOG_WARNING);
SetTargetFPS(60);
bool fontChanged=false;