mirror of
https://mikeslab.dix.asia/gogs/My-Mods/ANI2Cape.git
synced 2025-10-01 23:14:57 +00:00
Create config.py
This commit is contained in:
parent
a984eebab1
commit
9f27a3c134
1 changed files with 14 additions and 0 deletions
14
config.py
Normal file
14
config.py
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue