Updated Comments
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
"properties": {
|
||||
"anim_time_update": {
|
||||
"title": "Start Delay",
|
||||
"description": "How does time pass when playing the animation. Defaults to \"query.anim_time + query.delta_time\" which means advance in seconds.",
|
||||
"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"
|
||||
},
|
||||
"animation_length": {
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
"properties": {
|
||||
"anim_time_update": {
|
||||
"title": "Anim Time Update",
|
||||
"description": "How does time pass when playing the animation. Defaults to \"query.anim_time + query.delta_time\" which means advance in seconds.",
|
||||
"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"
|
||||
},
|
||||
"animation_length": {
|
||||
|
||||
Reference in New Issue
Block a user