@rpg-engine/long-bow 0.3.87 → 0.3.88

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.
@@ -33111,7 +33111,8 @@ var CircularController = function CircularController(_ref) {
33111
33111
  spriteKey: getItemTextureKeyPath({
33112
33112
  key: _payload.texturePath,
33113
33113
  texturePath: _payload.texturePath,
33114
- stackQty: _payload.stackQty || 1
33114
+ stackQty: _payload.stackQty || 1,
33115
+ isStackable: _payload.isStackable
33115
33116
  }, atlasJSON),
33116
33117
  width: 32,
33117
33118
  height: 32,
@@ -35356,7 +35357,8 @@ var ShortcutsSetter = function ShortcutsSetter(_ref) {
35356
35357
  spriteKey: getItemTextureKeyPath({
35357
35358
  key: _payload.texturePath,
35358
35359
  texturePath: _payload.texturePath,
35359
- stackQty: _payload.stackQty || 1
35360
+ stackQty: _payload.stackQty || 1,
35361
+ isStackable: _payload.isStackable
35360
35362
  }, atlasJSON),
35361
35363
  width: 32,
35362
35364
  height: 32,
@@ -35987,7 +35989,8 @@ var Shortcuts = function Shortcuts(_ref) {
35987
35989
  spriteKey: getItemTextureKeyPath({
35988
35990
  key: _payload.texturePath,
35989
35991
  texturePath: _payload.texturePath,
35990
- stackQty: _payload.stackQty || 1
35992
+ stackQty: _payload.stackQty || 1,
35993
+ isStackable: _payload.isStackable
35991
35994
  }, atlasJSON),
35992
35995
  width: 32,
35993
35996
  height: 32
@@ -36502,7 +36505,8 @@ var TradingItemRow = function TradingItemRow(_ref) {
36502
36505
  spriteKey: getItemTextureKeyPath({
36503
36506
  key: traderItem.key,
36504
36507
  stackQty: traderItem.stackQty || 1,
36505
- texturePath: traderItem.texturePath
36508
+ texturePath: traderItem.texturePath,
36509
+ isStackable: traderItem.isStackable
36506
36510
  }, atlasJSON),
36507
36511
  imgScale: 2.5
36508
36512
  })))), React.createElement(ItemNameContainer, null, React.createElement(NameValue, null, React.createElement("p", null, React.createElement(Ellipsis, {