-
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.
Same as the main.
- 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 | ||
loading-mini.ani | ||
text_mini.ani | ||
block-mini.cur | ||
resizeNS-mini.cur | ||
resizeWE-mini.cur | ||
resizeDIAG1-mini.cur | ||
resizeDIAG2-mini.cur | ||
move-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 = "loading-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 = "move-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.