repaired the texture pack
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
#This is the base ascii texturepack
 | 
					#This is the base ascii texturepack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
textures = {
 | 
					ascii = {
 | 
				
			||||||
    "EMPTY" : ' '
 | 
					    "EMPTY" : ' ',
 | 
				
			||||||
    "WALL" : '#'
 | 
					    "WALL" : '#',
 | 
				
			||||||
    "FLOOR" : '.'
 | 
					    "FLOOR" : '.',
 | 
				
			||||||
    "PLAYER" : '@'
 | 
					    "PLAYER" : '@'
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user