aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-07 16:15:47 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-07 16:15:47 +0100
commitd771c86e5034c734f29e7619e8ffa86879a18bd4 (patch)
treebcd57cc41ed304b49516b1f5d4c9f90bd4e85e79
parentdisplay next level (diff)
downloadthreshold-d771c86e5034c734f29e7619e8ffa86879a18bd4.tar.gz
threshold-d771c86e5034c734f29e7619e8ffa86879a18bd4.tar.bz2
threshold-d771c86e5034c734f29e7619e8ffa86879a18bd4.tar.xz
threshold-d771c86e5034c734f29e7619e8ffa86879a18bd4.tar.zst
threshold-d771c86e5034c734f29e7619e8ffa86879a18bd4.zip
display next level
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5e4eb4e..92cdc56 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -72,7 +72,7 @@ int main(void) {
switch (gs) {
case (TITLE):
{
- DrawCircle(SCREENWIDTH / 2, SCREENHEIGHT / 2, 200, BLACK);
+ DrawRectangle((SCREENWIDTH / 2), (SCREENHEIGHT / 2), 200, 200, BLACK);
DrawText("THRESHOLD", (SCREENWIDTH / 2) - 140, SCREENHEIGHT / 2, 40, RED);
DrawText("PRESS ENTER", (SCREENWIDTH / 2) - 140, (SCREENHEIGHT / 2) + 50, 40, MAROON);
break ;