adjusted points
This commit is contained in:
		
					parent
					
						
							
								6a1960b756
							
						
					
				
			
			
				commit
				
					
						392e55c3b2
					
				
			
		
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -174,11 +174,11 @@ public class MinecleanerManager { | |||
|                 break; | ||||
|             } | ||||
|             case 1: { | ||||
|                 ps.increaseScore(statisticsPointsAcquired, 3); | ||||
|                 ps.increaseScore(statisticsPointsAcquired, 5); | ||||
|                 break; | ||||
|             } | ||||
|             case 2: { | ||||
|                 ps.increaseScore(statisticsPointsAcquired, 10); | ||||
|                 ps.increaseScore(statisticsPointsAcquired, 20); | ||||
|                 break; | ||||
|             } | ||||
|             default: { | ||||
|  |  | |||
|  | @ -66,8 +66,7 @@ public class Game { | |||
|             } | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     // Todo selten auch noch mine bei xFirst-1  | ||||
|      | ||||
|     private void generateMines(int xFirst, int yFirst) { | ||||
|         for (int i = 0; i < mineCount; i++) { | ||||
|             int x = (int) (Math.random() * width); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue