Commit 6d282486 authored by nargessalehi98's avatar nargessalehi98

Add getPrize Condition.

parent a4d7d19a
......@@ -141,7 +141,13 @@ public class GameState {
move(-5);
break;
}
// }
for(Prize prize:Controller.prizes){
if((getBounds(locX, locY).intersects(new Rectangle((int) prize.getX(), (int) prize.getY(), prize.getWidth(), prize.getHeight())))){
Controller.getPrize=true;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment