diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-06 21:11:01 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-06 21:11:01 +0100 |
commit | a3e3264a73cd82de83799b77bfd64c60d6debbd0 (patch) | |
tree | 71131aadf38e1a0486576fa800056355001b0c04 /src/window.cpp | |
parent | more dynamic and faster enemy movement (diff) | |
download | threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.gz threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.bz2 threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.xz threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.tar.zst threshold-a3e3264a73cd82de83799b77bfd64c60d6debbd0.zip |
amazing textures. v0.0.4
Diffstat (limited to '')
-rw-r--r-- | src/window.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index b3b8a8e..bc78427 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -11,7 +11,6 @@ int initWindow(void) { // Initialization - InitWindow(SCREENWIDTH, SCREENHEIGHT, "WIP -- coolspace"); SetTargetFPS(60); return (0); |