Updated examples and makefile

This commit is contained in:
Ray 2016-06-30 00:26:56 +02:00
parent 308fcbb96c
commit f88c95ce2d
4 changed files with 8 additions and 4 deletions

View file

@ -63,7 +63,6 @@ int main()
DrawText("Enemy: 100 / 100", cubeScreenPosition.x - MeasureText("Enemy: 100 / 100", 20) / 2, cubeScreenPosition.y, 20, BLACK);
DrawText("Text is always on top of the cube", (screenWidth - MeasureText("Text is always on top of the cube", 20)) / 2, 25, 20, GRAY);
EndDrawing();
//----------------------------------------------------------------------------------