mirror of
https://github.com/pionaiki/fz-tarot.git
synced 2026-02-13 10:24:36 +01:00
Version 0.2
Some checks failed
FAP: Build for multiple SDK sources / ufbt: Build for dev channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release-candidate channel (push) Has been cancelled
Some checks failed
FAP: Build for multiple SDK sources / ufbt: Build for dev channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release channel (push) Has been cancelled
FAP: Build for multiple SDK sources / ufbt: Build for release-candidate channel (push) Has been cancelled
This commit is contained in:
parent
66fa2a292a
commit
0de4417aaa
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ Tarot spread for Flipper Zero. This app can give you a linear spread of the majo
|
|||
- [x] Add upside-down cards
|
||||
- [x] Make the random number generator source radio
|
||||
- [x] Make a deck browser
|
||||
- [ ] Allow the user to turn the upside-down cards on and off in settings
|
||||
- [ ] Add Minor arcana
|
||||
|
||||
## Credits
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ App(
|
|||
entry_point="tarot_app",
|
||||
stack_size=2 * 1024,
|
||||
fap_category="Games",
|
||||
fap_version=(0, 1), # (major, minor)
|
||||
fap_version=(0, 2), # (major, minor)
|
||||
fap_icon="tarot.png", # 10x10 1-bit PNG
|
||||
fap_description="Tarot card reader",
|
||||
fap_author="pionaiki & tihyltew",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue