hart-estate-widget 3.9.9 → 3.9.11
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/README.md +2 -0
- package/build/widget.bundle.js +1 -1
- package/build/widget.module.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -338,6 +338,8 @@ type TConfig = {
|
|
338
338
|
portal_options?: {
|
339
339
|
/** Use overlay div elements instead of three.js graphics */
|
340
340
|
use_overlay?: true;
|
341
|
+
/** Generate portals from stairs */
|
342
|
+
generate_from_stairs?: true;
|
341
343
|
};
|
342
344
|
|
343
345
|
/** Options for DefaultLink graphics */
|