mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
refactor: Extract constants into constants file
This commit is contained in:
3
common/script/constants.js
Normal file
3
common/script/constants.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const MAX_HEALTH = 50;
|
||||
export const MAX_LEVEL = 100;
|
||||
export const MAX_STAT_POINTS = MAX_LEVEL;
|
||||
Reference in New Issue
Block a user