Skip to content

Commit

Permalink
ref: don't hardcode bulletShape pref default
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jun 9, 2024
1 parent cd46c66 commit c9d5e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/prefs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ abstract class Prefs {

coins = PlainPref('coins', 0);
bulletColor = PlainPref('bulletColor', ShopItems.bulletColors.first.color);
bulletShape = PlainPref('bulletShape', 'bulletShapeCircle');
bulletShape = PlainPref('bulletShape', ShopItems.bulletShapes.first.id);

maxFps = PlainPref('maxFps', -1);

Expand Down

0 comments on commit c9d5e50

Please sign in to comment.