mirror of
https://github.com/GeyserExtensionists/GeyserModelEnginePackGenerator.git
synced 2025-12-19 15:09:18 +00:00
use blend
This commit is contained in:
@@ -18,7 +18,8 @@ public class AnimationController {
|
|||||||
{
|
{
|
||||||
"idle": "q.variant == 1"
|
"idle": "q.variant == 1"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"blend_transition": 0.2
|
||||||
},
|
},
|
||||||
"idle": {
|
"idle": {
|
||||||
"animations": [
|
"animations": [
|
||||||
@@ -34,7 +35,8 @@ public class AnimationController {
|
|||||||
{
|
{
|
||||||
"stop": "q.variant == 3"
|
"stop": "q.variant == 3"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"blend_transition": 0.2
|
||||||
},
|
},
|
||||||
"walk": {
|
"walk": {
|
||||||
"animations": [
|
"animations": [
|
||||||
@@ -50,7 +52,8 @@ public class AnimationController {
|
|||||||
{
|
{
|
||||||
"idle": "q.variant == 1"
|
"idle": "q.variant == 1"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"blend_transition": 0.2
|
||||||
},
|
},
|
||||||
"stop": {
|
"stop": {
|
||||||
"transitions": [
|
"transitions": [
|
||||||
@@ -63,7 +66,8 @@ public class AnimationController {
|
|||||||
{
|
{
|
||||||
"walk": "q.variant == 2"
|
"walk": "q.variant == 2"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"blend_transition": 0.2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user