mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-13 18:30:38 +00:00
Added PC/Hi/Lo variants of the B&W checkered patterns
This commit is contained in:
parent
17d8c6d082
commit
61bf08d0c4
@ -101,11 +101,27 @@ public enum FillPattern {
|
|||||||
White_PC(false, 1, false, "+++++++"),
|
White_PC(false, 1, false, "+++++++"),
|
||||||
White_Lo(true, 1, false, "+++++++"),
|
White_Lo(true, 1, false, "+++++++"),
|
||||||
White_Hi(true, 1, true, "+++++++"),
|
White_Hi(true, 1, true, "+++++++"),
|
||||||
BW1(false, 4, false,
|
BW1_PC(false, 4, false,
|
||||||
"++--++--++--++--++--++--++--",
|
"++--++--++--++--++--++--++--",
|
||||||
"--++--++--++--++--++--++--++"
|
"--++--++--++--++--++--++--++"
|
||||||
),
|
),
|
||||||
BW2(false, 4, false,
|
BW1_Lo(true, 4, false,
|
||||||
|
"++--++--++--++--++--++--++--",
|
||||||
|
"--++--++--++--++--++--++--++"
|
||||||
|
),
|
||||||
|
BW1_Hi(true, 4, true,
|
||||||
|
"++--++--++--++--++--++--++--",
|
||||||
|
"--++--++--++--++--++--++--++"
|
||||||
|
),
|
||||||
|
BW2_PC(false, 4, false,
|
||||||
|
"--++--++--++--++--++--++--++",
|
||||||
|
"++--++--++--++--++--++--++--"
|
||||||
|
),
|
||||||
|
BW2_Lo(true, 4, false,
|
||||||
|
"--++--++--++--++--++--++--++",
|
||||||
|
"++--++--++--++--++--++--++--"
|
||||||
|
),
|
||||||
|
BW2_Hi(true, 4, true,
|
||||||
"--++--++--++--++--++--++--++",
|
"--++--++--++--++--++--++--++",
|
||||||
"++--++--++--++--++--++--++--"
|
"++--++--++--++--++--++--++--"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user