Download this file
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"