summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-09-30 16:16:46 -0400
committerSam Anthony <sam@samanthony.xyz>2024-09-30 16:16:46 -0400
commit84e8d5cd60cbefe9caad2e336204678b1c5e00c4 (patch)
treea06a3f8c70f21d40caa2563718bbc3b365d440d2
parentb49b7d276558404f71be3bd9f366ed73d9b5e46c (diff)
downloadballs-84e8d5cd60cbefe9caad2e336204678b1c5e00c4.zip
increase resolution
-rw-r--r--balls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/balls.c b/balls.c
index 2c0c8bf..0fb08a7 100644
--- a/balls.c
+++ b/balls.c
@@ -12,8 +12,8 @@ enum {
BG = DWhite,
WALLS = DBlack,
- WIDTH = 960,
- HEIGHT=640,
+ WIDTH = 1280,
+ HEIGHT=720,
KEY_QUIT = 'q' ,