This file is indexed.

/usr/share/games/funnyboat/locals.py is in funnyboat 1.5-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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