no debug
This commit is contained in:
		
							parent
							
								
									986e5343bf
								
							
						
					
					
						commit
						d32c488412
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
debug = true;
 | 
					debug = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
player_pos = [0.5 * window.innerWidth, 0.9 * window.innerHeight];
 | 
					player_pos = [0.5 * window.innerWidth, 0.9 * window.innerHeight];
 | 
				
			||||||
enemy_pos  = [0.5 * window.innerWidth, 0.1 * window.innerHeight];
 | 
					enemy_pos  = [0.5 * window.innerWidth, 0.1 * window.innerHeight];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue