Skip to content

Commit 31dce99

Browse files
authored
Merge pull request #2 from SaltSouls/testing
version 7.0.0
2 parents 753648c + 76c43d8 commit 31dce99

21 files changed

+1775
-524
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Default ignored files
2+
/shelf/
3+
/.idea/
4+
/.git/
5+
/workspace.xml
6+
# Ignored default folder with query files
7+
/queries/
8+
# Datasource local storage ignored files
9+
/dataSources/
10+
/dataSources.local.xml
11+
# Editor-based HTTP Client requests
12+
/httpRequests/
13+

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Shifty is a small, community driven, palette generation script based on the Pyxe
1515

1616
</div>
1717

18-
The project was started by the user domjohn over on the Aseprite forums, where many people would continue contributing to it. Mine is just version 6.0 of this community project. It comes with several fixes, a cleaned up UI, and a bunch of additional features for you to play around with. I have also gone through the effort of cleaning up the code base in case anyone wants to help continue supporting the project. I will continue to update it as I see fit, adding/tweaking features if wanted/needed.
18+
The project was started by the user domjohn over on the Aseprite forums, where many people would continue contributing to it. Mine is just the latest version of this community project. It comes with several fixes, a cleaned up UI, and a bunch of additional features for you to play around with. I have also gone through the effort of cleaning up the code base in case anyone wants to help continue supporting the project. I will continue to update it as I see fit, adding/tweaking features if wanted/needed.
1919

2020
<div align="center">
2121

@@ -29,16 +29,18 @@ The project was started by the user domjohn over on the Aseprite forums, where m
2929

3030
Intallation:
3131

32-
1. Download the script file from the <a style="font-family: inherit;" href="https://github.com/SaltSouls/Shifty/releases">releases</a> page.
33-
2. Open Aseprite and go to: File -> Scripts -> Open Scripts Folder.
34-
3. Copy the script file into Aseprite’s scripts folder.
32+
1. Download `Shifty.aseprite-extension` from the <a style="font-family: inherit;" href="https://github.com/SaltSouls/Shifty/releases">releases</a> page.
33+
2. Install it using one of these methods:
34+
- (Windows/macOS): Double-click the `Shifty.aseprite-extension` file.
35+
- (Manual): In Aseprite: `Edit -> Preferences -> Extensions -> Add Extension...` and select `Shifty.aseprite-extension`.
36+
3. Restart Aseprite if prompted (or if the menu item doesn’t appear right away).
3537

3638
- - - - -
3739

3840
Usage:
3941

40-
- In Aseprite, go to: File -> Scripts -> Shifty.
41-
- Doing so will open a new instance of the Shifty script.
42+
- In Aseprite, go to: `View -> Shifty`.
43+
- Doing so will open the Shifty dialog window.
4244

4345
- - - - -
4446

0 commit comments

Comments
 (0)