@rpg-engine/long-bow 0.8.78 → 0.8.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SkillsContainer.tsx +2 -7
|
@@ -36693,7 +36693,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
36693
36693
|
bgColor: skillCategoryColor,
|
|
36694
36694
|
level: skillDetails.level || 0,
|
|
36695
36695
|
skillPoints: Math.round(skillDetails.skillPoints) || 0,
|
|
36696
|
-
skillPointsToNextLevel: Math.round(
|
|
36696
|
+
skillPointsToNextLevel: Math.round(skillDetails.skillPointsToNextLevel) || 0,
|
|
36697
36697
|
texturePath: value,
|
|
36698
36698
|
atlasIMG: atlasIMG,
|
|
36699
36699
|
atlasJSON: atlasJSON,
|