1from pygame.locals import *
2
3# Some variables used throughout the code
4
5NEXTFRAME = USEREVENT + 1
6MIN_FIRE_DELAY = 10
7SCREEN_WIDTH = 400#320
8SCREEN_HEIGHT = 300#240
9SCREEN_FULLSCREEN = 0
10FPS = 30
11
12
13class Variables:
14    aa = True
15    alpha = True
16    particles = True
17    sound = True
18    music = True
19    name = "Funny Boater"
20