We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bbaa4 commit 5bb35dcCopy full SHA for 5bb35dc
readme.md
@@ -207,7 +207,7 @@ const animationSet = {
207
action1: "Wave",
208
action2: "Dance",
209
action3: "Cheer",
210
- action4: "Attack(1h)",
+ action4: "Attack(1h)", // This is special action which can be trigger while walking or running
211
};
212
213
return (
@@ -253,7 +253,7 @@ const animationSet = {
253
254
255
256
+ action4: "Attack(1h)",// This is special action which can be trigger while walking or running
257
//additinalAnimation: "additinalAnimationName",
258
259
```
0 commit comments