@dcl/playground-assets 7.1.4-4578394386.commit-04912cc → 7.1.4-4598596181.commit-a983260
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/alpha.d.ts +1 -2
- package/dist/beta.d.ts +1 -2
- package/dist/index.bundled.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/apis.d.ts +49 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +1 -2
- package/etc/playground-assets.api.json +21 -21
- package/etc/playground-assets.api.md +3 -2
- package/package.json +4 -3
package/dist/alpha.d.ts
CHANGED
|
@@ -385,8 +385,7 @@ export declare const enum ColliderLayer {
|
|
|
385
385
|
CL_POINTER = 1,
|
|
386
386
|
/** CL_PHYSICS - collision affecting your player's physics i.e. walls, floor, moving platfroms */
|
|
387
387
|
CL_PHYSICS = 2,
|
|
388
|
-
|
|
389
|
-
CL_VISIBLE_MESHES = 4,
|
|
388
|
+
CL_RESERVED1 = 4,
|
|
390
389
|
CL_RESERVED2 = 8,
|
|
391
390
|
CL_RESERVED3 = 16,
|
|
392
391
|
CL_RESERVED4 = 32,
|
package/dist/beta.d.ts
CHANGED
|
@@ -385,8 +385,7 @@ export declare const enum ColliderLayer {
|
|
|
385
385
|
CL_POINTER = 1,
|
|
386
386
|
/** CL_PHYSICS - collision affecting your player's physics i.e. walls, floor, moving platfroms */
|
|
387
387
|
CL_PHYSICS = 2,
|
|
388
|
-
|
|
389
|
-
CL_VISIBLE_MESHES = 4,
|
|
388
|
+
CL_RESERVED1 = 4,
|
|
390
389
|
CL_RESERVED2 = 8,
|
|
391
390
|
CL_RESERVED3 = 16,
|
|
392
391
|
CL_RESERVED4 = 32,
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -385,8 +385,7 @@ export declare const enum ColliderLayer {
|
|
|
385
385
|
CL_POINTER = 1,
|
|
386
386
|
/** CL_PHYSICS - collision affecting your player's physics i.e. walls, floor, moving platfroms */
|
|
387
387
|
CL_PHYSICS = 2,
|
|
388
|
-
|
|
389
|
-
CL_VISIBLE_MESHES = 4,
|
|
388
|
+
CL_RESERVED1 = 4,
|
|
390
389
|
CL_RESERVED2 = 8,
|
|
391
390
|
CL_RESERVED3 = 16,
|
|
392
391
|
CL_RESERVED4 = 32,
|