From 63b77956a996c0f7214248275f7f12806e5ba341 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 02 Feb 2010 19:47:56 +0000 Subject: bits of cleaning here and there --- (limited to 'sprites.py') diff --git a/sprites.py b/sprites.py index 9124494..ef5ed2b 100644 --- a/sprites.py +++ b/sprites.py @@ -43,7 +43,7 @@ Example usage: # Create a "pixbuf" (in this example, from SVG). my_pixbuf = svg_str_to_pixbuf("...some svg code...") - # Create a sprite at position x,y. + # Create a sprite at position x1, y1. my_sprite = sprites.Sprite(self.sprite_list, x1, y1, my_pixbuf) # Move the sprite to a new position. @@ -52,7 +52,7 @@ Example usage: # Create another "pixbuf". your_pixbuf = svg_str_to_pixbuf("...some svg code...") - # Create a sprite at position x2,y2. + # Create a sprite at position x2, y2. your_sprite = sprites.Sprite(self.sprite_list, x2, y2, my_pixbuf) # Assign the sprites to layers. -- cgit v0.9.1