mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
added sphere to texture patterns
This commit is contained in:
parent
8cbabb285d
commit
aeefbeb8ce
@ -1563,6 +1563,8 @@ namespace patterns {
|
||||
{"large picture", {
|
||||
{gNormal, false, PAT_PALACE, SPF_SYM0123},
|
||||
{gNormal, true, PAT_PALACE, SPF_SYM0123},
|
||||
{gSphere, false, PAT_FIELD, 0},
|
||||
{gSphere, true, PAT_FIELD, 0},
|
||||
{gElliptic, false, PAT_FIELD, 0},
|
||||
{gElliptic, true, PAT_FIELD, 0},
|
||||
{gEuclid, false, PAT_PALACE, 0}
|
||||
|
Loading…
Reference in New Issue
Block a user