[go: up one dir, main page]

Menu

[r132]: / trunk / locals.py  Maximize  Restore  History

Download this file

16 lines (12 with data), 273 Bytes

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