@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -36690,7 +36690,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
36690
36690
|
bgColor: skillCategoryColor,
|
|
36691
36691
|
level: skillDetails.level || 0,
|
|
36692
36692
|
skillPoints: Math.round(skillDetails.skillPoints) || 0,
|
|
36693
|
-
skillPointsToNextLevel: Math.round(
|
|
36693
|
+
skillPointsToNextLevel: Math.round(skillDetails.skillPointsToNextLevel) || 0,
|
|
36694
36694
|
texturePath: value,
|
|
36695
36695
|
atlasIMG: atlasIMG,
|
|
36696
36696
|
atlasJSON: atlasJSON,
|