issues
search
dlhg
/
burgerclicker
0
stars
0
forks
source link
Refactor item price scaling using new helper function
#11
Closed
pgragg
closed
1 year ago
pgragg
commented
1 year ago
Changes:
Added a new helper function scaleItemPrice that calculates the price of an item based on its base price and the number of items already owned.
Refactored relevant sections of the code to use the new scaleItemPrice function for consistent and efficient price scaling.
Changes: