1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

ringcolor improvements

This commit is contained in:
Zeno Rogue
2018-11-08 19:39:55 +01:00
parent d1d2a300c4
commit f1b6cc0f48
7 changed files with 141 additions and 94 deletions

View File

@@ -2300,7 +2300,7 @@ string generateHelpForItem(eItem it);
bool graphglyph();
extern bool hiliteclick;
extern int antialiaslines;
extern int ringcolor;
extern color_t ringcolor, periodcolor, modelcolor;
#include <functional>
@@ -3336,6 +3336,7 @@ extern int sagephase;
extern int lastsize;
extern int noiseuntil;
hyperpoint xpush0(ld x);
hyperpoint ypush0(ld x);
transmatrix xspinpush(ld alpha, ld x);
hyperpoint xspinpush0(ld alpha, ld x);