ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/game.pl
(Generate patch)

Comparing kgsueme/kgsueme/game.pl (file contents):
Revision 1.7 by pcg, Sat May 31 15:08:32 2003 UTC vs.
Revision 1.8 by pcg, Sat May 31 15:19:55 2003 UTC

252 $y -= $height * 0.5; 252 $y -= $height * 0.5;
253 253
254 for (@c) { 254 for (@c) {
255 my $w = $_->get_width * $s; 255 my $w = $_->get_width * $s;
256 $_->composite ($pixbuf, 256 $_->composite ($pixbuf,
257 $x, $y, $w+0.999, $height+0.999, $x, $y, $s, $s, 257 $x, $y, $w+1, $height+1, $x, $y, $s, $s,
258 $::config->{speed} ? INTERP_NEAREST : INTERP_BILINEAR, 255); 258 $::config->{speed} ? INTERP_NEAREST : INTERP_BILINEAR, 255);
259 259
260 $x += $w + $spacing; 260 $x += $w + $spacing;
261 } 261 }
262 } 262 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines