1
Fork 0

Imported GUI to main file.

This commit is contained in:
Jake Howard 2015-04-21 11:00:44 +01:00
parent aed873bbc6
commit 3d85a34dd8
1 changed files with 3 additions and 2 deletions

View File

@ -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)