aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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 };