8 lines
111 B
Python
8 lines
111 B
Python
|
import pygame, logging
|
||
|
|
||
|
import bullet, player, textures
|
||
|
|
||
|
MENU_WINDOW = ""
|
||
|
|
||
|
def initialise(menu, options):
|
||
|
pass
|