Skip to content

Commit

Permalink
- Anim time update for bpa (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 27, 2024
1 parent 2a3b1ea commit 9f82422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions source/behavior/animations/animations.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
{ "type": "array", "title": "Collection Timelime Items", "items": { "$ref": "#/definitions/commands" } }
]
}
},
"anim_time_update": {
"title": "Animation Time Update",
"description": "How does time pass when playing the animation. Defaults to `query.anim_time + query.delta_time` which means advance in seconds.",
"$ref": "../../molang/number.json"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion source/resource/animations/actor_animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"description": "The animation specification.",
"properties": {
"anim_time_update": {
"title": "Start Delay",
"title": "Animation Time Update",
"description": "How does time pass when playing the animation. Defaults to `query.anim_time + query.delta_time` which means advance in seconds.",
"$ref": "../../molang/number.json"
},
Expand Down

0 comments on commit 9f82422

Please sign in to comment.