-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alternative miniature version of the cursors
As per request. I only made them 0.7 of their initial size, without other difference.
- Loading branch information
Showing
16 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
; Blue Archive mini | ||
|
||
[Version] | ||
signature="$CHICAGO$" | ||
|
||
[DefaultInstall] | ||
CopyFiles = Scheme.Cur, Scheme.Txt | ||
AddReg = Scheme.Reg | ||
|
||
[DestinationDirs] | ||
Scheme.Cur = 10,"%CUR_DIR%" | ||
Scheme.Txt = 10,"%CUR_DIR%" | ||
|
||
[Scheme.Reg] | ||
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%" | ||
|
||
; -- Common Information | ||
|
||
[Scheme.Cur] | ||
normal-mini.cur | ||
help-mini.cur | ||
background-mini.ani | ||
work-mini.ani | ||
text-mini.ani | ||
block-mini.cur | ||
resizeNS-mini.cur | ||
resizeWE-mini.cur | ||
resizeDIAG1-mini.cur | ||
resizeDIAG2-mini.cur | ||
moveNEW-mini.cur | ||
link-mini.cur | ||
areaselect-mini.cur | ||
pen-mini.cur | ||
alternativeselect-mini.cur | ||
[Strings] | ||
CUR_DIR = "Cursors\Blue Archive mini" | ||
SCHEME_NAME = "Blue Archive mini" | ||
pointer = "normal-mini.cur" | ||
help = "help-mini.cur" | ||
work = "background-mini.ani" | ||
busy = "work-mini.ani" | ||
text = "text-mini.ani" | ||
unavailiable = "block-mini.cur" | ||
vert = "resizeNS-mini.cur" | ||
horz = "resizeWE-mini.cur" | ||
dgn1 = "resizeDIAG1-mini.cur" | ||
dgn2 = "resizeDIAG2-mini.cur" | ||
move = "moveNEW-mini.cur" | ||
link = "link-mini.cur" | ||
cross = "areaselect-mini.cur" | ||
hand = "pen-mini.cur" | ||
alternate = "alternativeselect-mini.cur" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.