mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-15 00:08:11 -07:00
Update dice.c
This commit is contained in:
@@ -52,7 +52,7 @@ static void dice_render_callback(Canvas* const canvas, void* ctx) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
canvas_set_font(canvas, FontSecondary);
|
canvas_set_font(canvas, FontSecondary);
|
||||||
if(state->diceSelect < 228) {
|
if(state->diceSelect < 220) {
|
||||||
if(state->diceQty == 1) {
|
if(state->diceQty == 1) {
|
||||||
elements_button_left(canvas, "x1");
|
elements_button_left(canvas, "x1");
|
||||||
} else if(state->diceQty == 2) {
|
} else if(state->diceQty == 2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user