forked from sivenchinniah/Pokemanki
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to keep Pokémon cards on one line
Closes #37 The option is in the local config, as users might wish to use different settings on multiple devices.
- Loading branch information
Showing
4 changed files
with
16 additions
and
5 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 |
---|---|---|
|
@@ -37,4 +37,4 @@ | |
Version information | ||
""" | ||
|
||
__version__ = "1.5.1" | ||
__version__ = "1.6.0" |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"align_cards": "wrap", | ||
"gen4_evolutions": true, | ||
"gen2": true, | ||
"gen3": true, | ||
"gen4": true, | ||
"gen5": true, | ||
"X_or_Y_mega_evolutions": "X" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Generations | ||
If you change the generation configs from `true` to `false`, you may need to reset the pokemons or an error may occur. | ||
- `align_cards` [string]: | ||
`wrap` to start a new row if Pokémon cards don't fit on one line; | ||
`hscroll` to keep them on one line and add a horizontal scroll bar | ||
|
||
### Generations | ||
If you change the generation configs from `true` to `false`, you may need to reset the pokemons or an error may occur. |
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