From 8668f6e2b55649a4ecb9bc8ddc8d41fbca824ad0 Mon Sep 17 00:00:00 2001 From: rxbn_ Date: Sun, 5 Jan 2020 14:41:35 +0100 Subject: [PATCH] minor fix - longer paddles - game design decision --- src/break_out/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/break_out/Constants.java b/src/break_out/Constants.java index 0db190c..5c321b0 100644 --- a/src/break_out/Constants.java +++ b/src/break_out/Constants.java @@ -47,7 +47,7 @@ public class Constants { /** * The paddle width in pixels */ - public static final Integer PADDLE_WIDTH = 70; + public static final Integer PADDLE_WIDTH = 90; /** * The paddle height in pixels