mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
update: 1.4.0
This commit is contained in:
@@ -22,7 +22,41 @@
|
||||
"fixedValue": 1.25
|
||||
},
|
||||
"modelLayers": [],
|
||||
"animations": [],
|
||||
"animations": [
|
||||
{
|
||||
"animation": {
|
||||
"value": "CUSTOM:tuxModelAnimation.walking"
|
||||
},
|
||||
"speed": 1.0,
|
||||
"condition": {
|
||||
"name": "TuxPlaybackConditionWalking"
|
||||
},
|
||||
"walking": true,
|
||||
"amplitude": 1.0
|
||||
},
|
||||
{
|
||||
"animation": {
|
||||
"value": "CUSTOM:tuxModelAnimation.jumpUp"
|
||||
},
|
||||
"speed": 1.0,
|
||||
"condition": {
|
||||
"name": "TuxPlaybackConditionJumpUp"
|
||||
},
|
||||
"walking": false,
|
||||
"amplitude": 1.0
|
||||
},
|
||||
{
|
||||
"animation": {
|
||||
"value": "CUSTOM:tuxModelAnimation.JumpDown"
|
||||
},
|
||||
"speed": 1.0,
|
||||
"condition": {
|
||||
"name": "TuxPlaybackConditionFalling"
|
||||
},
|
||||
"walking": false,
|
||||
"amplitude": 1.0
|
||||
}
|
||||
],
|
||||
"modelWidth": 0.6,
|
||||
"modelHeight": 1.8,
|
||||
"modelShadowSize": 0.5,
|
||||
|
||||
Reference in New Issue
Block a user