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

moving the screen center

This commit is contained in:
Zeno Rogue
2017-12-25 10:26:50 +01:00
parent b35c3a21a4
commit ae70662495
6 changed files with 54 additions and 28 deletions

View File

@@ -592,6 +592,8 @@ struct videopar {
int xscr, yscr;
ld xposition, yposition;
// paramaters calculated from the above
int xcenter, ycenter;
int radius;