mirror of
				https://github.com/lov3b/h_ng_dig.git
				synced 2025-11-03 22:50:25 +01:00 
			
		
		
		
	Autoformat
This commit is contained in:
		@@ -28,6 +28,7 @@ final color gron = color(0, 255, 0);
 | 
				
			|||||||
final color bla = color(0, 0, 255);
 | 
					final color bla = color(0, 0, 255);
 | 
				
			||||||
final color turkos = color(0, 255, 255);
 | 
					final color turkos = color(0, 255, 255);
 | 
				
			||||||
final color svart = color(0);
 | 
					final color svart = color(0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Images
 | 
					// Images
 | 
				
			||||||
PImage hill;
 | 
					PImage hill;
 | 
				
			||||||
PImage sun;
 | 
					PImage sun;
 | 
				
			||||||
@@ -153,9 +154,9 @@ void drawPlay() {
 | 
				
			|||||||
      gissatRatt=true;
 | 
					      gissatRatt=true;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  
 | 
					
 | 
				
			||||||
  if(gissatRatt == false){
 | 
					  if (gissatRatt == false) {
 | 
				
			||||||
    felGissningar +=1;  
 | 
					    felGissningar +=1;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Stycket kod skriver ut de bokstäverna som användaren har gissat rätt i det hemliga ordet. 
 | 
					  // Stycket kod skriver ut de bokstäverna som användaren har gissat rätt i det hemliga ordet. 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user