Add Big board map
This commit is contained in:
		
							parent
							
								
									0999d301a7
								
							
						
					
					
						commit
						bef678df95
					
				|  | @ -333,3 +333,26 @@ export const iphonex: Map = { | |||
| 		'  --------  ' + | ||||
| 		'   ------   ' | ||||
| }; | ||||
| 
 | ||||
| export const bigBoard: Map = { | ||||
| 	name: 'Big board', | ||||
| 	category: 'special', | ||||
| 	size: 16, | ||||
| 	data: | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'-------wb-------' + | ||||
| 		'-------bw-------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| 		'----------------' + | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue