mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 12:49:17 +00:00
added spaces in sample tilings, also some new tilings, and removed L from Marek snub tiling
This commit is contained in:
parent
6c6dd85994
commit
b7dccecf5c
@ -917,8 +917,10 @@ vector<pair<string, int> > samples = {
|
|||||||
{"(7,6^2)", cHyperSemi},
|
{"(7,6^2)", cHyperSemi},
|
||||||
{"(4,6,14)", cHyperSemi},
|
{"(4,6,14)", cHyperSemi},
|
||||||
{"(3,4,7,4)", cHyperSemi},
|
{"(3,4,7,4)", cHyperSemi},
|
||||||
|
{"(6,6,4L,4L)", cHyperSemi},
|
||||||
|
{"(8,8,4L,4L)", cHyperSemi},
|
||||||
{"(3,3,3,3,7) (1,2)(0,4)(3)", cHyperSemi},
|
{"(3,3,3,3,7) (1,2)(0,4)(3)", cHyperSemi},
|
||||||
{"(3HL,6,6,6)(1,0)[2](3)", cHyperSemi},
|
{"(3H,6,6,6) (1,0)[2](3)", cHyperSemi},
|
||||||
{"(3,4,4L,4L,4)", cHyperSemi}, // buggy
|
{"(3,4,4L,4L,4)", cHyperSemi}, // buggy
|
||||||
{"(3l,4l,4,4,4) (0 1)[2 3](4)", cHyperSemi},
|
{"(3l,4l,4,4,4) (0 1)[2 3](4)", cHyperSemi},
|
||||||
{"(3,4,4,4,4) (0 1)(2)(3)(4)", cHyperSemi},
|
{"(3,4,4,4,4) (0 1)(2)(3)(4)", cHyperSemi},
|
||||||
|
Loading…
Reference in New Issue
Block a user