1
0
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:
Zeno Rogue 2018-04-23 11:25:58 +02:00
parent 8cbabb285d
commit aeefbeb8ce

View File

@ -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}