- added two new flags for later use.

This commit is contained in:
Christoph Oelckers 2022-11-23 15:20:54 +01:00
parent f43dc9d925
commit dbb7965550
7 changed files with 8 additions and 4 deletions

View file

@ -457,7 +457,7 @@ void Display()
DrawOverlays();
if (drawtile >= 0)
{
DrawTexture(twod, tileGetTexture(drawtile), false, 0, 0, DTA_FullscreenScale, FSMode_Fit320x200, DTA_TopLeft, true, TAG_DONE);
DrawTexture(twod, tileGetTexture(drawtile), false, 0, 0, DTA_FullscreenScale, FSMode_Fit320x200, DTA_TopLeft, true, DTA_ScaleX, 2., DTA_ScaleY, 2., TAG_DONE);
}
}
else