Skip to content

Commit

Permalink
Migrate to new save system in the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
matgis committed Apr 9, 2024
1 parent dd0d0fa commit 9e16581
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 98 deletions.
2 changes: 1 addition & 1 deletion defold-rive/commonsrc/rive_ddf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message RiveModelDesc

required string scene = 1 [(resource)=true];
required string default_animation = 2;
optional string material = 3 [(resource)=true, default="/builtins/materials/rive.material"];
optional string material = 3 [(resource)=true, default="/defold-rive/assets/rivemodel.material"];
optional BlendMode blend_mode = 4 [default = BLEND_MODE_ALPHA];
optional string default_state_machine = 5;
optional bool create_go_bones = 6 [default=false];
Expand Down
Loading

0 comments on commit 9e16581

Please sign in to comment.