mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
|
## {inf, k} but with ultraideal vertices
|
||
|
intslider(valence,3,3,MAX_VALENCE)
|
||
|
slider(multiplier, 1.1, 1, 2)
|
||
|
h2.
|
||
|
distunit(arcmedge(inf:^valence)*multiplier)
|
||
|
let(u = 360*deg/valence)
|
||
|
unittile(u,*inf)
|
||
|
conway("(0 0)")
|