mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 18:25:13 -04:00
all size added
This commit is contained in:
parent
5d32964098
commit
95df3632ca
2 changed files with 4 additions and 3 deletions
|
@ -55,7 +55,8 @@ import io
|
|||
|
||||
svgFilename = None
|
||||
hotsvgFilename = None
|
||||
sizes = [24,32,48,64,96]
|
||||
#sizes = [24,32,48,64,96]
|
||||
sizes = [24,28,32,40,48,56,64,72,80,88,96]
|
||||
scale_pairs = [(1.25, 's1'), (1.50, 's2')]
|
||||
mode_shadows = ['shadows']
|
||||
mode_hotspots = ['hotspots']
|
||||
|
|
4
tweak.sh
4
tweak.sh
|
@ -8,8 +8,8 @@ animate_fix(){
|
|||
#sort -k 4 ./move/left_ptr_watch.in
|
||||
mv -f $path $path.bak
|
||||
|
||||
|
||||
for j in {1..5}
|
||||
#j for total size 24,28,32,40,48,56,64,72,80,88,96 = 11
|
||||
for j in {1..11}
|
||||
do
|
||||
for i in {1..60}
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue