1
Fork 0
This commit is contained in:
Jake Howard 2015-05-12 22:45:19 +01:00
parent 7475a69d2a
commit c0f78046ef
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import eggs
from bullet import Bullet
from player import Shooter
from assets import *
from target import Target
from target import Target, generate_targets
PLAYING_GAME = False

View File

@ -1,4 +1,4 @@
import pygame
import pygame, logging
from random import randint