mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 22:55:12 +00:00
face/edge/vertex centering
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
#include "hyper.h"
|
||||
namespace hr {
|
||||
|
||||
#if HDR
|
||||
enum eCentering { face, edge, vertex };
|
||||
#endif
|
||||
|
||||
EX eCentering centering;
|
||||
|
||||
#if HDR
|
||||
struct supersaver {
|
||||
string name;
|
||||
@@ -647,6 +653,8 @@ EX void initConfig() {
|
||||
addsaver(noshadow, "noshadow");
|
||||
addsaver(bright, "bright");
|
||||
addsaver(cblind, "cblind");
|
||||
|
||||
addsaverenum(centering, "centering");
|
||||
|
||||
callhooks(hooks_configfile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user