Skip to content
Snippets Groups Projects
Commit a7983ea5 authored by Oscar Wiberg's avatar Oscar Wiberg
Browse files

test

parent e793bee2
No related branches found
No related tags found
1 merge request!2Newmode
......@@ -23,9 +23,10 @@ public class FlyingEnemy extends Object{
}
//ceow
private double dropNextBombX() {
private double dropNextBombX() {
int minX = margin;
int maxX = Constants.screenWidth - margin;
return drop.nextInt(maxX - minX + 1) + minX;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment