We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9345e7e commit 07228f8Copy full SHA for 07228f8
src/levels/levels.ts
@@ -47,6 +47,29 @@ export const levels: Level[] = [
47
},
48
49
// 3
50
+ {
51
+ // prettier-ignore
52
+ map: [
53
+ '▽╔╦═╗▽',
54
+ '║╠╬╦╩╣',
55
+ '╚╝╚╩═╝',
56
+ ],
57
+ scale: 1,
58
+ },
59
+
60
+ // 4
61
62
63
64
+ '╔╦═╦╗▽',
65
+ '╠╬╦╣╠╣',
66
+ '╚╩╬╬╬╣',
67
+ '▷═╩╩╩╝',
68
69
70
71
72
+ // 5
73
{
74
// prettier-ignore
75
map: [
@@ -58,7 +81,7 @@ export const levels: Level[] = [
81
scale: 0.8,
82
83
- // 4
84
+ // 6
85
86
87
0 commit comments