Skip to content

Commit

Permalink
chore: update prices
Browse files Browse the repository at this point in the history
  • Loading branch information
eerii committed Jul 21, 2024
1 parent 937a9f6 commit 550c876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/shop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::{

const SIZE: Val = Val::Px(16. * SCALE);

const PRICE: [u32; 11] = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 999];
const PRICE: [u32; 11] = [5, 10, 15, 30, 40, 50, 60, 70, 100, 200, 999];

// ······
// Plugin
Expand Down

0 comments on commit 550c876

Please sign in to comment.