Add Walls map
This commit is contained in:
		
							parent
							
								
									b872cde569
								
							
						
					
					
						commit
						175b2ed81f
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -268,6 +268,23 @@ export const cross: Map = {
 | 
			
		|||
		'   ----   '
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const walls: Map = {
 | 
			
		||||
	name: 'Walls',
 | 
			
		||||
	category: '10x10',
 | 
			
		||||
	size: 10,
 | 
			
		||||
	data:
 | 
			
		||||
		' bbbbbbbb ' +
 | 
			
		||||
		'w--------w' +
 | 
			
		||||
		'w--------w' +
 | 
			
		||||
		'w--------w' +
 | 
			
		||||
		'w---wb---w' +
 | 
			
		||||
		'w---bw---w' +
 | 
			
		||||
		'w--------w' +
 | 
			
		||||
		'w--------w' +
 | 
			
		||||
		'w--------w' +
 | 
			
		||||
		' bbbbbbbb '
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export const sixeight: Map = {
 | 
			
		||||
	name: '6x8',
 | 
			
		||||
	category: 'special',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue