Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248393 | Differences between
and this patch

Collapse All | Expand All

(-)a/brainworkshop.pyw (-2 / +4 lines)
Lines 35-42 Link Here
35
NOVBO = True
35
NOVBO = True
36
VSYNC = False
36
VSYNC = False
37
DEBUG = False
37
DEBUG = False
38
FOLDER_RES = 'res'
38
FOLDER_RES = '/usr/share/games/brainworkshop'
39
FOLDER_DATA = 'data'
39
FOLDER_DATA = os.path.expanduser('~/.brainworkshop')
40
if not os.path.isdir(FOLDER_DATA):
41
    os.mkdir(FOLDER_DATA)
40
CONFIGFILE = 'config.ini'
42
CONFIGFILE = 'config.ini'
41
STATS_BINARY = 'logfile.dat'
43
STATS_BINARY = 'logfile.dat'
42
USER = 'default'
44
USER = 'default'

Return to bug 248393