about summary refs log tree commit diff stats
path: root/src/marathon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/marathon.c')
-rw-r--r--src/marathon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marathon.c b/src/marathon.c
index b12b64a..0ec4f71 100644
--- a/src/marathon.c
+++ b/src/marathon.c
@@ -78,6 +78,7 @@ void marathon_main() {
         BeginDrawing();
 			ClearBackground(BLACK);
 			BeginMode2D(MainCamera);
+                DrawRectangle(0, 0, 1280, 720, (Color){20, 20, 20, 255});
 				DrawTexture(PaddleSprite, 0, Player.Y, WHITE);
 				DrawTexture(BallSprite, Ball.X, Ball.Y, WHITE);
 				DrawText(PlayerScore, 0, 0, 32, BLUE);