1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

force_sphere_outline, fixed sphere outline in SVG

This commit is contained in:
Zeno Rogue
2018-02-26 13:17:06 +01:00
parent 9a1093fc6c
commit 97aa318f79
3 changed files with 30 additions and 15 deletions

View File

@@ -2063,6 +2063,7 @@ struct qchr {
struct qcir {
int x, y, size;
bool boundary;
};
enum eKind { pkPoly, pkLine, pkString, pkCircle, pkShape, pkResetModel, pkSpecial };