@rpg-engine/long-bow 0.2.68 → 0.2.69
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/components/CraftBook/MockItems.d.ts +1 -1
- package/dist/long-bow.cjs.development.js +3 -3
- 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 +3 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CraftBook/CraftBook.tsx +4 -4
- package/src/components/CraftBook/MockItems.ts +39 -37
package/dist/long-bow.esm.js
CHANGED
|
@@ -27384,7 +27384,7 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
27384
27384
|
style: {
|
|
27385
27385
|
width: '100%'
|
|
27386
27386
|
}
|
|
27387
|
-
}, React.createElement(Title$1, null, '
|
|
27387
|
+
}, React.createElement(Title$1, null, 'Craftbook'), React.createElement(Subtitle, null, 'Select an item to craft'), React.createElement("hr", {
|
|
27388
27388
|
className: "golden"
|
|
27389
27389
|
})), React.createElement(Dropdown, {
|
|
27390
27390
|
options: getDropdownOptions(),
|
|
@@ -27397,7 +27397,7 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
27397
27397
|
}, React.createElement(SpriteAtlasWrapper, null, React.createElement(SpriteFromAtlas, {
|
|
27398
27398
|
atlasIMG: atlasIMG,
|
|
27399
27399
|
atlasJSON: atlasJSON,
|
|
27400
|
-
spriteKey: option.
|
|
27400
|
+
spriteKey: option.texturePath,
|
|
27401
27401
|
imgScale: 3,
|
|
27402
27402
|
grayScale: !option.canCraft
|
|
27403
27403
|
})), React.createElement("div", null, React.createElement("input", {
|
|
@@ -27430,7 +27430,7 @@ var CraftBook = function CraftBook(_ref) {
|
|
|
27430
27430
|
}, React.createElement(SpriteFromAtlas, {
|
|
27431
27431
|
atlasIMG: atlasIMG,
|
|
27432
27432
|
atlasJSON: atlasJSON,
|
|
27433
|
-
spriteKey:
|
|
27433
|
+
spriteKey: option.texturePath,
|
|
27434
27434
|
imgScale: 1
|
|
27435
27435
|
}), React.createElement(StyledItem, null, modifyString(option.key), " (", option.qty, "x)"));
|
|
27436
27436
|
})));
|