[Tux4kids-commits] r419 - in tuxtype/trunk/tuxtype: . data/images

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Thu Jan 31 21:10:28 UTC 2008


Author: dbruce-guest
Date: 2008-01-31 21:10:28 +0000 (Thu, 31 Jan 2008)
New Revision: 419

Modified:
   tuxtype/trunk/tuxtype/data/images/tux0.png
   tuxtype/trunk/tuxtype/data/images/tux1.png
   tuxtype/trunk/tuxtype/data/images/tux2.png
   tuxtype/trunk/tuxtype/data/images/tux3.png
   tuxtype/trunk/tuxtype/titlescreen.c
Log:
Shiny "Tux" images


Modified: tuxtype/trunk/tuxtype/data/images/tux0.png
===================================================================
(Binary files differ)

Modified: tuxtype/trunk/tuxtype/data/images/tux1.png
===================================================================
(Binary files differ)

Modified: tuxtype/trunk/tuxtype/data/images/tux2.png
===================================================================
(Binary files differ)

Modified: tuxtype/trunk/tuxtype/data/images/tux3.png
===================================================================
(Binary files differ)

Modified: tuxtype/trunk/tuxtype/titlescreen.c
===================================================================
--- tuxtype/trunk/tuxtype/titlescreen.c	2008-01-31 17:07:44 UTC (rev 418)
+++ tuxtype/trunk/tuxtype/titlescreen.c	2008-01-31 21:10:28 UTC (rev 419)
@@ -786,7 +786,7 @@
     }
 
     if (tux_frame)
-      SDL_UpdateRect(screen, Tuxdest.x+37, Tuxdest.y+40, 70, 45);
+      SDL_UpdateRect(screen, Tuxdest.x, Tuxdest.y, Tuxdest.w, Tuxdest.h);
 
     if (firstloop)
       SDL_UpdateRect(screen, Tuxdest.x, Tuxdest.y, Tuxdest.w, Tuxdest.h);




More information about the Tux4kids-commits mailing list