mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-27 14:21:06 +00:00
94fea57850
When printing Pokemon from a region or letter the columns would be off sometimes because the numbers of the Pokemon have a different quantity of digits. Example: “2 Ivysaur” should be printed as “002 Ivysaur”.
5 lines
No EOL
190 B
AppleScript
5 lines
No EOL
190 B
AppleScript
tell application "iTerm"
|
|
tell current session of current window
|
|
set background image to "/Users/Laki/GitHub/Pokemon-Terminal-Themes/Images/Generation I - Kanto/013.png"
|
|
end tell
|
|
end tell |