mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 17:36:28 -07:00
Add reserved map
This commit is contained in:
parent
8cf9172c29
commit
04369b89bf
1 changed files with 15 additions and 0 deletions
|
@ -200,6 +200,21 @@ export const window: Map = {
|
||||||
'--------'
|
'--------'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const reserved: Map = {
|
||||||
|
name: 'Reserved',
|
||||||
|
category: '8x8',
|
||||||
|
size: 8,
|
||||||
|
data:
|
||||||
|
'w------b' +
|
||||||
|
'--------' +
|
||||||
|
'--------' +
|
||||||
|
'---wb---' +
|
||||||
|
'---bw---' +
|
||||||
|
'--------' +
|
||||||
|
'--------' +
|
||||||
|
'b------w'
|
||||||
|
};
|
||||||
|
|
||||||
export const tenthtenth: Map = {
|
export const tenthtenth: Map = {
|
||||||
name: '10x10',
|
name: '10x10',
|
||||||
category: '10x10',
|
category: '10x10',
|
||||||
|
|
Loading…
Reference in a new issue