mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 03:20:09 +00:00
full_geometry_name now displays the Archimedean symbol
This commit is contained in:
parent
82b8b02a36
commit
0a6746f296
@ -634,6 +634,7 @@ EX string full_geometry_name() {
|
||||
|
||||
string fgname = XLAT(ginf[geometry].tiling_name);
|
||||
if(qstring != "none") fgname += " " + XLAT(qstring);
|
||||
if(arcm::in()) fgname = arcm::current.symbol;
|
||||
if(variable) fgname = gp::operation_name() + " " + fgname;
|
||||
return fgname;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user