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