mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Add cross map
This commit is contained in:
parent
26fd23106f
commit
6dad21a40b
1 changed files with 17 additions and 0 deletions
|
@ -251,6 +251,23 @@ export const grid: Map = {
|
|||
'----------'
|
||||
};
|
||||
|
||||
export const cross: Map = {
|
||||
name: 'Cross',
|
||||
category: '10x10',
|
||||
size: 10,
|
||||
data:
|
||||
' ---- ' +
|
||||
' ---- ' +
|
||||
' ---- ' +
|
||||
'----------' +
|
||||
'----wb----' +
|
||||
'----bw----' +
|
||||
'----------' +
|
||||
' ---- ' +
|
||||
' ---- ' +
|
||||
' ---- '
|
||||
};
|
||||
|
||||
export const sixeight: Map = {
|
||||
name: '6x8',
|
||||
category: 'special',
|
||||
|
|
Loading…
Add table
Reference in a new issue