Imported GUI to main file.
This commit is contained in:
parent
aed873bbc6
commit
3d85a34dd8
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
import pygame, logging
|
||||
import bullet, player, textures # Import other files
|
||||
import bullet, player, textures, GUI # Import other files
|
||||
|
||||
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
|
||||
|
||||
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
|
Reference in a new issue