Skip to content

Commit

Permalink
Make level-ups cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Jul 26, 2024
1 parent 335f809 commit 51cf571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/config/level.ron
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(
levels: [
LevelData(xp_cost: 50),
LevelData(xp_cost: 100),
LevelData(xp_cost: 150),
LevelData(xp_cost: 200),
LevelData(xp_cost: 500),
LevelData(xp_cost: 1500),
LevelData(xp_cost: 5000),
LevelData(xp_cost: 300),
],
)

0 comments on commit 51cf571

Please sign in to comment.