Skip to content

Commit

Permalink
chore: updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
exochron committed Jan 26, 2024
1 parent 32d6885 commit c0f40c0
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 13 deletions.
26 changes: 13 additions & 13 deletions DevZone/MoveScreenshots.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/bin/bash

cd Images
cd Images || return

mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 11_options.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 10_options-menu.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 09_favorites-menu.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 08_notes.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 07_filter-rarity.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 06_filter-color.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 05_filter-family.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 04_filter-type.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 03_filter-source.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 02_sort.jpg
mv "`ls -dtr1 ../../../../Screenshots/* | tail -1`" 01_special.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 11_options.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 10_options-menu.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 09_favorites-menu.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 08_notes.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 07_filter-rarity.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 06_filter-color.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 05_filter-family.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 04_filter-type.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 03_filter-source.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 02_sort.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 01_special.jpg

convert -crop 804x735+11+121 01_special.jpg 01_special.jpg
convert -crop 804x735+11+121 02_sort.jpg 02_sort.jpg
Expand All @@ -24,4 +24,4 @@ convert -crop 804x735+11+121 07_filter-rarity.jpg 07_filter-rarity.jpg
convert -crop 804x735+11+121 08_notes.jpg 08_notes.jpg
convert -crop 804x735+11+121 09_favorites-menu.jpg 09_favorites-menu.jpg
convert -crop 364x373+745+128 10_options-menu.jpg 10_options-menu.jpg
convert -crop 799x820+1769+130 11_options.jpg 11_options.jpg
convert -crop 799x820+1644+130 11_options.jpg 11_options.jpg
6 changes: 6 additions & 0 deletions DevZone/Screenshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,19 @@ function ADDON:TakeScreenshots()
end,
function(api)
api:BackScreen()
api:Click(MountJournalFilterButton)
api:Point(DropDownList1Button11) -- Sources
end,
function(api)
api:BackScreen()
api:Click(MountJournalFilterButton)
api:Point(DropDownList1Button12) -- Type
end,
function(api)
api:BackScreen()

api:Click(MountJournalFilterButton)

api:Point(DropDownList1Button14)
api:Click(DropDownList2Button2) -- deselect all
api:Click(DropDownList2Button15) -- Drakes
Expand All @@ -80,10 +84,12 @@ function ADDON:TakeScreenshots()
function(api)
api:BackScreen()
api:Click(MountJournalFilterButton.ResetButton)
api:Click(MountJournalFilterButton)
api:Point(DropDownList1Button16) --Color
end,
function(api)
api:BackScreen()
api:Click(MountJournalFilterButton)
api:Point(DropDownList1Button17) --Rarity
end,
function(api)
Expand Down
Binary file modified Images/01_special.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/02_sort.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/03_filter-source.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/04_filter-type.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/05_filter-family.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/06_filter-color.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/07_filter-rarity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/08_notes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/09_favorites-menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Images/11_options.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0f40c0

Please sign in to comment.