forked from bedohswe/p3he
		
	Compare commits
	
		
			No commits in common. "9e69321399acfde682113715845f8c2677e110db" and "043606c9652005f9a1f1dd5bda1bb0432aca8dce" have entirely different histories.
		
	
	
		
			9e69321399
			...
			043606c965
		
	
		
| @ -57,7 +57,7 @@ def open_level(path): | |||||||
| 
 | 
 | ||||||
| def make_wall(wall_buffer,level): | def make_wall(wall_buffer,level): | ||||||
|     if (len(wall_buffer) != 2): |     if (len(wall_buffer) != 2): | ||||||
|         print("Warning: wall buffer doesn't contains 2 points.") |         print('Warning: wall buffer not contains 2 points.') | ||||||
|         return |         return | ||||||
| 
 | 
 | ||||||
|     level.append( |     level.append( | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								main.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.py
									
									
									
									
									
								
							| @ -83,8 +83,6 @@ def mainLoop(): | |||||||
|                     alert = Alert(f"File saved as {filename}", display) |                     alert = Alert(f"File saved as {filename}", display) | ||||||
| 
 | 
 | ||||||
|                     alert_append(alert, 5) |                     alert_append(alert, 5) | ||||||
|                 if event.key == pygame.K_F4: |  | ||||||
|                     print(gPlayer.cPos) |  | ||||||
| 
 | 
 | ||||||
|         keys = pygame.key.get_pressed() |         keys = pygame.key.get_pressed() | ||||||
|         if keys[pygame.K_d]: |         if keys[pygame.K_d]: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user