diff options
| -rwxr-xr-x | build/main | bin | 35320 -> 35320 bytes | |||
| -rw-r--r-- | src/main.c | 2 |
2 files changed, 1 insertions, 1 deletions
| Binary files differ @@ -99,7 +99,7 @@ int main(void) { const int screenWidth = 800; const int screenHeight = 450; - InitWindow(screenWidth, screenHeight, "Wizard"); + InitWindow(screenWidth, screenHeight, "Shooter"); Vector2 playerPosition = { (float)screenWidth / 2, (float)screenHeight / 2 }; Vector2 playerMovementVec = { 0.0f, 0.0f }; |
