]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
GFX : Adjusted gfx/net.jpg size and orientation
authorkristus <kristustf@gmail.com>
Thu, 8 Apr 2021 19:58:22 +0000 (21:58 +0200)
committerkristus <kristustf@gmail.com>
Thu, 8 Apr 2021 19:58:22 +0000 (21:58 +0200)
cl_screen.c

index 5b97ccb6c1786cad9d98707ed371aa2ce3155e60..936d4522df443cc51c9a9a288cfbc214a0cb0def 100644 (file)
@@ -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);
 }
 
 /*