mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-16 02:04:48 +00:00
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
|
## {4,7}, square 1A1 + square 1A2
|
||
|
h2.
|
||
|
angleunit(2*pi/7)
|
||
|
# the line below lets us specify internal angles
|
||
|
angleofs(pi)
|
||
|
distunit(edge(4,7))
|
||
|
unittile(1,1,1,1)
|
||
|
unittile(1,1,1,1)
|
||
|
# the Conway notation
|
||
|
conway("(0 2)(1 0')(3 3')(1' 2')")
|
||
|
sublines(1)
|