From: kristus Date: Thu, 8 Apr 2021 19:58:22 +0000 (+0200) Subject: GFX : Adjusted gfx/net.jpg size and orientation X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=be60cb3bfcc9dfea5d8b1275cee1456955fd8b15;p=xonotic%2Fdarkplaces.git GFX : Adjusted gfx/net.jpg size and orientation --- diff --git a/cl_screen.c b/cl_screen.c index 5b97ccb6..936d4522 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -395,7 +395,7 @@ static void SCR_DrawNet (void) if (cls.demoplayback) return; - DrawQ_Pic (64, 0, Draw_CachePic ("gfx/net"), 0, 0, 1, 1, 1, 1, 0); + DrawQ_Pic (200, 20, Draw_CachePic ("gfx/net"), 128, 100, 1, 1, 1, 1, 0); } /*