On 09/10/2013 08:03, markot...@gmail.com wrote:
From pygame tutorials i copied this example:
import pygame
class spritesheet(object):
def __init__(self, filename):
try:
self.sheet = pygame.image.load(filename).convert()
except pygame.error, message:
>From pygame tutorials i copied this example:
import pygame
class spritesheet(object):
def __init__(self, filename):
try:
self.sheet = pygame.image.load(filename).convert()
except pygame.error, message:
print('Unable to load spritesheet image:', filenam