Create config.py

This commit is contained in:
ERROR404 2022-12-20 18:42:13 +08:00 committed by GitHub
parent a984eebab1
commit 9f27a3c134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
config.py Normal file
View file

@ -0,0 +1,14 @@
capeConfig = {
'Author': '小蓝蓝',
'CapeName': '蓝蓝的测试图标',
'CapeVersion': 1.0,
'Cursors': {
'com.apple.coregraphics.Arrow': {
'FrameDuration': 0.1,
'HotSpot': (0.0, 0.0),
'Size': (32.0, 32.0),
'ANIPath': "./busy.ani"
}
},
'HiDPI': False
}