[go: up one dir, main page]

Menu

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

Download this file

17 lines (13 with data), 294 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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
sound = True
music = True
name = "Funny Boater"