-
Notifications
You must be signed in to change notification settings - Fork 0
/
shooter.wpr
23 lines (23 loc) · 978 Bytes
/
shooter.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!wing
#!version=4.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'AmericanMaleNames.txt',
u'tools.py',
u'lineCounter.py',
u'art',
u'Squares 2'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('actors.py'),
loc('constants.py'),
loc('lists.py'),
loc('loadImages.py'),
loc('main.py')]
proj.file-type = 'shared'
proj.main-file = loc('main.py')