1
0
Fork 0

minor fix - longer paddles - game design decision

This commit is contained in:
rxbn_ 2020-01-05 14:41:35 +01:00
parent 9210e43b6a
commit 8668f6e2b5
1 changed files with 1 additions and 1 deletions

View File

@ -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