1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 13:48:15 +00:00

sides and shape now available in color formula

This commit is contained in:
Zeno Rogue 2024-05-27 14:08:23 +02:00
parent c594aea40e
commit 358554d60e

View File

@ -2094,6 +2094,8 @@ EX namespace patterns {
ep.extra_params["cdata1"] = getCdata(c, 1);
ep.extra_params["cdata2"] = getCdata(c, 2);
ep.extra_params["cdata3"] = getCdata(c, 3);
ep.extra_params["sides"] = c->type;
ep.extra_params["shape"] = shvid(c);
if(true) {
ep.extra_params["md"] = c->master->distance;
ep.extra_params["me"] = c->master->emeraldval;