@rpg-engine/long-bow 0.2.61 → 0.2.62

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.
@@ -27770,7 +27770,7 @@ var NPCDialogText = function NPCDialogText(_ref) {
27770
27770
  onClose = _ref.onClose,
27771
27771
  onEndStep = _ref.onEndStep,
27772
27772
  onStartStep = _ref.onStartStep;
27773
- var textChunks = chunkString(text, 85);
27773
+ var textChunks = chunkString(text, 200);
27774
27774
  var _useState = React.useState(0),
27775
27775
  chunkIndex = _useState[0],
27776
27776
  setChunkIndex = _useState[1];