Removed hard-coded values, shrunk ball
This commit is contained in:
@ -74,4 +74,8 @@ public class BrickBuster extends ApplicationAdapter {
|
||||
public Paddle getPaddle() {
|
||||
return paddle;
|
||||
}
|
||||
|
||||
public ArrayList<Block> getBlocks() {
|
||||
return blocks;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user