Skip to content

Commit

Permalink
Updated protocol and generated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Nov 12, 2024
1 parent 97793b5 commit bb3ebd9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 22 additions & 0 deletions packages/@dcl/playground-assets/etc/playground-assets.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3941,6 +3941,8 @@ export interface TextureMove {
end: PBVector2 | undefined;
// (undocumented)
start: PBVector2 | undefined;
textureMovement?: TextureMovement | undefined;
textureToMove?: TextureToMove | undefined;
}

// @public (undocumented)
Expand All @@ -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)
Expand Down

0 comments on commit bb3ebd9

Please sign in to comment.