Skip to content

Commit

Permalink
change starting die to d6
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufmte committed Sep 18, 2022
1 parent adc97a0 commit 13758ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/Dice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Dice::Dice(DisplayApp* app) : Screen(app) {

dCounter.Create();
lv_obj_align(dCounter.GetObject(), nullptr, LV_ALIGN_IN_TOP_LEFT, 83, 24);
dCounter.SetValue(2);
dCounter.SetValue(6);

currentColorIndex = rand() % resultColors.size();

Expand Down

0 comments on commit 13758ad

Please sign in to comment.