mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Add Lack of Black map
This commit is contained in:
parent
cf37e626ee
commit
5f49a1690b
@ -378,6 +378,21 @@ export const parallel: Map = {
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const lackOfBlack: Map = {
|
||||||
|
name: 'Lack of Black',
|
||||||
|
category: '8x8',
|
||||||
|
data: [
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'---w----',
|
||||||
|
'---bw---',
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'--------'
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
export const squareParty: Map = {
|
export const squareParty: Map = {
|
||||||
name: 'Square Party',
|
name: 'Square Party',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
Loading…
Reference in New Issue
Block a user