Skip to content

Commit

Permalink
added 'face_direction' optional bool in Tween
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Sep 29, 2023
1 parent dc86c83 commit 6636641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/tween.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ message PBTween {

optional bool playing = 6; // default true (pause or running)
optional float current_time = 7; // between 0 and 1
optional bool face_direction = 8
}

message Move {
Expand Down

0 comments on commit 6636641

Please sign in to comment.