Skip to content

Commit 5bb35dc

Browse files
add special action description
1 parent 76bbaa4 commit 5bb35dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const animationSet = {
207207
action1: "Wave",
208208
action2: "Dance",
209209
action3: "Cheer",
210-
action4: "Attack(1h)",
210+
action4: "Attack(1h)", // This is special action which can be trigger while walking or running
211211
};
212212

213213
return (
@@ -253,7 +253,7 @@ const animationSet = {
253253
action1: "Wave",
254254
action2: "Dance",
255255
action3: "Cheer",
256-
action4: "Attack(1h)",
256+
action4: "Attack(1h)",// This is special action which can be trigger while walking or running
257257
//additinalAnimation: "additinalAnimationName",
258258
};
259259
```

0 commit comments

Comments
 (0)