- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
Latest commit
15 lines (15 loc) · 581 Bytes
/
Copy pathconfig.py
File metadata and controls
15 lines (15 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""main configuration"""
config= {
'version': 'dev-0.1.1',
'display_size': [764, 800], # width, height
'authors': ['Immanuel Mruk', 'Melina Arnold'],
'description': 'Blockify: break the blocks and unlock more themes!',
'github': 'https://github.com/ximmanuel/blockify',
'logo_path': 'resources/images/logo.png',
'stats_data_path': 'utils/data/stats.json',
'themes_images_path': 'resources/images/themes/',
'sounds_path': 'resources/sounds/',
'theme_music_extension': '.mp3',
'platform_speed': 8,
'fps_limit': 75,
}