- backported all new scaling and rotation options for the 2D drawer from Raze.

With proper scaling and viewport support, things should become a lot easier now. The 2D drawer now also can rotate content by arbitrary angles.
This commit is contained in:
Christoph Oelckers 2020-09-27 09:17:41 +02:00
commit dbf2d4d7d7
7 changed files with 341 additions and 81 deletions

View file

@ -55,6 +55,7 @@
#include "texturemanager.h"
#include "v_draw.h"
#include "doommenu.h"
#include "sbar.h"
FIntermissionDescriptorList IntermissionDescriptors;