mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
racing:: race TPP now adjusts better to the screen aspect ratio
This commit is contained in:
parent
2cb19e153d
commit
4c19618cbb
@ -896,7 +896,7 @@ void race_projection() {
|
||||
race_advance = 0;
|
||||
vid.yshift = -0.3;
|
||||
vid.camera_angle = -45;
|
||||
vid.scale = 2;
|
||||
vid.scale = 18/16. * vid.xres / vid.yres / multi::players;
|
||||
vid.xposition = 0;
|
||||
vid.yposition = -0.9;
|
||||
vid.use_smart_range = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user