You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CrowdControl/Assets/Feel/NiceVibrations/Scripts/Components/Resources/nv-constant-template.txt

34 lines
786 B
Plaintext

1 month ago
{
"version": {
"major": 1,
"minor": 0,
"patch": 0
},
"signals": {
"continuous": {
"envelopes": {
"amplitude": [
{
"time": 0.0,
"amplitude": 1.0
},
{
"time": {duration},
"amplitude": 1.0
}
],
"frequency": [
{
"time": 0,
"frequency": 0.0
},
{
"time": {duration},
"frequency": 0.0
}
]
}
}
}
}