diff --git a/package-lock.json b/package-lock.json index 886702d10..4b707b6f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", - "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11785737716.commit-ed708f7.tgz", + "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11802510129.commit-91d9d14.tgz", "@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1", "@dcl/ts-proto": "1.153.0", "@types/fs-extra": "^9.0.12", @@ -577,9 +577,9 @@ } }, "node_modules/@dcl/protocol": { - "version": "1.0.0-11785737716.commit-ed708f7", - "resolved": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11785737716.commit-ed708f7.tgz", - "integrity": "sha512-Td5MkV++yUo5SKIKiRP7F9S85h8wONlSjJOg/2t+LIK+s83Sa7NIwQk1ZvJuKKXbN4tlmIO7xRxCicDMD0K3bg==", + "version": "1.0.0-11802510129.commit-91d9d14", + "resolved": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11802510129.commit-91d9d14.tgz", + "integrity": "sha512-QDSkkotpbf/jw7gYP2Nt1x+ImWJjoBjMpw3LSyQfmdrHF5G88fAMP8mGNMw/nxpmqvwCfONiB3pOqT+5WxOvlw==", "license": "Apache-2.0", "dependencies": { "@dcl/ts-proto": "1.154.0" @@ -8233,8 +8233,8 @@ } }, "@dcl/protocol": { - "version": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11785737716.commit-ed708f7.tgz", - "integrity": "sha512-Td5MkV++yUo5SKIKiRP7F9S85h8wONlSjJOg/2t+LIK+s83Sa7NIwQk1ZvJuKKXbN4tlmIO7xRxCicDMD0K3bg==", + "version": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11802510129.commit-91d9d14.tgz", + "integrity": "sha512-QDSkkotpbf/jw7gYP2Nt1x+ImWJjoBjMpw3LSyQfmdrHF5G88fAMP8mGNMw/nxpmqvwCfONiB3pOqT+5WxOvlw==", "requires": { "@dcl/ts-proto": "1.154.0" }, diff --git a/package.json b/package.json index 6032f3d68..d7ec9da3f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/decentraland/js-sdk-toolchain/issues", "dependencies": { "@actions/core": "^1.10.0", - "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11785737716.commit-ed708f7.tgz", + "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-11802510129.commit-91d9d14.tgz", "@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1", "@dcl/ts-proto": "1.153.0", "@types/fs-extra": "^9.0.12", diff --git a/packages/@dcl/playground-assets/etc/playground-assets.api.md b/packages/@dcl/playground-assets/etc/playground-assets.api.md index 3c7ded93d..9c1d4850d 100644 --- a/packages/@dcl/playground-assets/etc/playground-assets.api.md +++ b/packages/@dcl/playground-assets/etc/playground-assets.api.md @@ -3941,6 +3941,8 @@ export interface TextureMove { end: PBVector2 | undefined; // (undocumented) start: PBVector2 | undefined; + textureMovement?: TextureMovement | undefined; + textureToMove?: TextureToMove | undefined; } // @public (undocumented) @@ -3951,6 +3953,26 @@ export namespace TextureMove { export function encode(message: TextureMove, writer?: _m0.Writer): _m0.Writer; } +// @public (undocumented) +export const enum TextureMovement { + TM_OFFSET = 0, + // (undocumented) + TM_OFFSET_AND_TILING = 3, + // (undocumented) + TM_TILING = 1 +} + +// @public (undocumented) +export const enum TextureToMove { + TTM_ALBEDO = 0, + // (undocumented) + TTM_ALPHA = 1, + // (undocumented) + TTM_BUMP = 3, + // (undocumented) + TTM_EMISSIVE = 2 +} + // @public (undocumented) export interface TextureUnion { // (undocumented)