mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-01 11:49: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", {
|
{"large picture", {
|
||||||
{gNormal, false, PAT_PALACE, SPF_SYM0123},
|
{gNormal, false, PAT_PALACE, SPF_SYM0123},
|
||||||
{gNormal, true, 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, false, PAT_FIELD, 0},
|
||||||
{gElliptic, true, PAT_FIELD, 0},
|
{gElliptic, true, PAT_FIELD, 0},
|
||||||
{gEuclid, false, PAT_PALACE, 0}
|
{gEuclid, false, PAT_PALACE, 0}
|
||||||
|
Loading…
Reference in New Issue
Block a user