File: locals.py

package info (click to toggle)
funnyboat 1.5-9
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,252 kB
  • ctags: 300
  • sloc: python: 2,153; makefile: 5; sh: 3
file content (19 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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:
    aa = True
    alpha = True
    particles = True
    sound = True    
    music = True
    name = "Funny Boater"
    fullscreen = True