imports
This commit is contained in:
parent
7475a69d2a
commit
c0f78046ef
2 changed files with 2 additions and 2 deletions
2
game.py
2
game.py
|
@ -5,7 +5,7 @@ import eggs
|
||||||
from bullet import Bullet
|
from bullet import Bullet
|
||||||
from player import Shooter
|
from player import Shooter
|
||||||
from assets import *
|
from assets import *
|
||||||
from target import Target
|
from target import Target, generate_targets
|
||||||
|
|
||||||
|
|
||||||
PLAYING_GAME = False
|
PLAYING_GAME = False
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import pygame
|
import pygame, logging
|
||||||
from random import randint
|
from random import randint
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue