From e927d80fd1b0373e926b7f5c3cac43f16ac0ae6a Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 20 Aug 2024 21:37:31 +0200 Subject: update title --- build/main | Bin 35320 -> 35320 bytes src/main.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build/main b/build/main index 433e498..bee558d 100755 Binary files a/build/main and b/build/main differ diff --git a/src/main.c b/src/main.c index 96bb303..356736a 100644 --- a/src/main.c +++ b/src/main.c @@ -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 }; -- cgit v1.3.1