dnd dice name upd

This commit is contained in:
RogueMaster
2022-12-07 00:08:30 -05:00
parent 2df0471524
commit 01f31f166c
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ Dice types: Coin, d4, d6, d8, d10, d12, d20, d100
## Compiling
1. Clone the [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) repository or another firmware that you use.
1. Clone the [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) repository or another firmware that you use (for example [unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware)).
2. Create a symbolic link in `applications_user` named **dice**, pointing to this repository.
3. Compile by command `./fbt fap_dice_app`
4. Copy `build/f7-firmware-D/.extapps/dice_app.fap` to **apps/Tools** on the SD card or by [qFlipper](https://flipperzero.one/update) app.
3. Compile by command `./fbt fap_dice_dnd_app`
4. Copy `build/f7-firmware-D/.extapps/dice_dnd_app.fap` to **apps/Games** on the SD card or by [qFlipper](https://flipperzero.one/update) app.
+2 -2
View File
@@ -1,6 +1,6 @@
App(
appid="Dice_app",
name="Dice [Ka3u6y6a]",
appid="DND_Dice_app",
name="DnD Dice [Ka3u6y6a]",
apptype=FlipperAppType.EXTERNAL,
entry_point="dice_dnd_app",
cdefines=["APP_DICE"],
+1 -1
View File
@@ -1,5 +1,5 @@
#include <gui/icon.h>
#include "Dice_app_icons.h"
#include "DND_Dice_app_icons.h"
#define TAG "DiceApp"