Skip to content

Commit

Permalink
💄 Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Oct 15, 2024
1 parent c13b8af commit 29c5aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/src/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
pub const MAX_GAME_POINTS: u16 = 1000;
pub const MIN_ACHIEVEMENT_POINTS: u16 = 1;
pub const MAX_ACHIEVEMENT_POINTS: u16 = 100;
pub const MAX_ACHIEVEMENT_PROGRESS: u8 = 100;
pub const MAX_ACHIEVEMENT_PROGRESS: u8 = 100;

0 comments on commit 29c5aae

Please sign in to comment.