Skip to content

Commit

Permalink
update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gonpombo8 committed Sep 21, 2023
1 parent e6214c3 commit 130d8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/decentraland/sdk/components/tween_state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ option (common.ecs_component_id) = 1103;

// This shouldn't be synced
message PBTweenState {
TweenState state = 1;
TweenStateStatus state = 1;
float current_time = 2; // between 0 and 1
// TBD: more params.
}

enum TweenState {
enum TweenStateStatus {
TS_ACTIVE = 0;
TS_COMPLETED = 1;
TS_PAUSED= 2;
Expand Down

0 comments on commit 130d8e2

Please sign in to comment.