✌️
This commit is contained in:
		
							parent
							
								
									859ea79f31
								
							
						
					
					
						commit
						5383714ce8
					
				
					 1 changed files with 19 additions and 8 deletions
				
			
		| 
						 | 
					@ -455,7 +455,7 @@ export const reactor: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const sixeight: Map = {
 | 
					export const sixeight: Map = {
 | 
				
			||||||
	name: '6x8',
 | 
						name: '6x8',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		'------',
 | 
							'------',
 | 
				
			||||||
		'------',
 | 
							'------',
 | 
				
			||||||
| 
						 | 
					@ -470,7 +470,7 @@ export const sixeight: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const spark: Map = {
 | 
					export const spark: Map = {
 | 
				
			||||||
	name: 'Spark',
 | 
						name: 'Spark',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	author: 'syuilo',
 | 
						author: 'syuilo',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		' -      - ',
 | 
							' -      - ',
 | 
				
			||||||
| 
						 | 
					@ -488,7 +488,7 @@ export const spark: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const islands: Map = {
 | 
					export const islands: Map = {
 | 
				
			||||||
	name: 'Islands',
 | 
						name: 'Islands',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	author: 'syuilo',
 | 
						author: 'syuilo',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		'--------  ',
 | 
							'--------  ',
 | 
				
			||||||
| 
						 | 
					@ -506,7 +506,7 @@ export const islands: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const galaxy: Map = {
 | 
					export const galaxy: Map = {
 | 
				
			||||||
	name: 'Galaxy',
 | 
						name: 'Galaxy',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	author: 'syuilo',
 | 
						author: 'syuilo',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		'   ------   ',
 | 
							'   ------   ',
 | 
				
			||||||
| 
						 | 
					@ -526,7 +526,7 @@ export const galaxy: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const triangle: Map = {
 | 
					export const triangle: Map = {
 | 
				
			||||||
	name: 'Triangle',
 | 
						name: 'Triangle',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	author: 'syuilo',
 | 
						author: 'syuilo',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		'    --    ',
 | 
							'    --    ',
 | 
				
			||||||
| 
						 | 
					@ -544,7 +544,7 @@ export const triangle: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const iphonex: Map = {
 | 
					export const iphonex: Map = {
 | 
				
			||||||
	name: 'iPhone X',
 | 
						name: 'iPhone X',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	author: 'syuilo',
 | 
						author: 'syuilo',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		' --  -- ',
 | 
							' --  -- ',
 | 
				
			||||||
| 
						 | 
					@ -564,7 +564,7 @@ export const iphonex: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const bigBoard: Map = {
 | 
					export const bigBoard: Map = {
 | 
				
			||||||
	name: 'Big board',
 | 
						name: 'Big board',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		'----------------',
 | 
							'----------------',
 | 
				
			||||||
		'----------------',
 | 
							'----------------',
 | 
				
			||||||
| 
						 | 
					@ -587,7 +587,7 @@ export const bigBoard: Map = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const twoBoard: Map = {
 | 
					export const twoBoard: Map = {
 | 
				
			||||||
	name: 'Two board',
 | 
						name: 'Two board',
 | 
				
			||||||
	category: 'special',
 | 
						category: 'Special',
 | 
				
			||||||
	author: 'Aya',
 | 
						author: 'Aya',
 | 
				
			||||||
	data: [
 | 
						data: [
 | 
				
			||||||
		'-------- --------',
 | 
							'-------- --------',
 | 
				
			||||||
| 
						 | 
					@ -600,3 +600,14 @@ export const twoBoard: Map = {
 | 
				
			||||||
		'-------- --------'
 | 
							'-------- --------'
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const test: Map = {
 | 
				
			||||||
 | 
						name: 'Test1',
 | 
				
			||||||
 | 
						category: 'Test',
 | 
				
			||||||
 | 
						data: [
 | 
				
			||||||
 | 
							'--------',
 | 
				
			||||||
 | 
							'---wb---',
 | 
				
			||||||
 | 
							'---bw---',
 | 
				
			||||||
 | 
							'--------'
 | 
				
			||||||
 | 
						]
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue