1
Fork 0

added more imports

This commit is contained in:
Jake Howard 2015-05-07 19:58:43 +01:00
parent 6715733162
commit 3789bfd66a
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
import pygame, logging import pygame, logging
from time import time
from random import randint
import bullet, player, textures import bullet, player, textures
from bullet import Bullet from bullet import Bullet
from player import Shooter from player import Shooter
from textures import Textures from assets import Textures, Levels
from target import Target from target import Target
PLAYING_GAME = False PLAYING_GAME = False