mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
changed the default 'how' to 8
This commit is contained in:
parent
8c87f123a0
commit
d673ae41b7
@ -27,7 +27,7 @@ hyperpoint operator+(hyperpoint x) { return x; }
|
||||
int shape = 1;
|
||||
|
||||
// how many cubes to subdivide edges to
|
||||
int how = 4;
|
||||
int how = 8;
|
||||
|
||||
// how many cubes to draw (should be smaller than how because they are not really cubes and thus they get into each other)
|
||||
int how1 = how - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user