Updated examples and makefile
This commit is contained in:
parent
308fcbb96c
commit
f88c95ce2d
4 changed files with 8 additions and 4 deletions
|
@ -23,8 +23,8 @@ int main()
|
|||
InitWindow(screenWidth, screenHeight, "raylib [core] example - 2d camera");
|
||||
|
||||
Rectangle player = { 400, 280, 40, 40 };
|
||||
Rectangle buildings[MAX_BUILDINGS] = { 0, 0, 0, 0 };
|
||||
Color buildColors[MAX_BUILDINGS] = { 80, 80, 80, 255 };
|
||||
Rectangle buildings[MAX_BUILDINGS];
|
||||
Color buildColors[MAX_BUILDINGS];
|
||||
|
||||
int spacing = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue