1
Fork 0

added extra import

This commit is contained in:
Jake Howard 2015-05-13 09:03:04 +01:00
parent 038fb7a72f
commit f0b36b23d5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import pygame, logging
from random import randint
from game import generate_random_level
class Target(pygame.sprite.Sprite):