Skip to content

Commit 69cfe6a

Browse files
authored
[Community] [Top-down movement animator] Change the animation according to the top-down movement direction (#797)
1 parent eab6cdf commit 69cfe6a

File tree

2 files changed

+902
-9
lines changed

2 files changed

+902
-9
lines changed

extensions/community/NavMeshPathfinding.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4515,8 +4515,7 @@
45154515
"textG": 0,
45164516
"textR": 0
45174517
},
4518-
"comment": "Initiate and attach properties as objects variables",
4519-
"comment2": ""
4518+
"comment": "Initiate and attach properties as objects variables"
45204519
},
45214520
{
45224521
"type": "BuiltinCommonInstructions::Standard",
@@ -6096,8 +6095,7 @@
60966095
"textG": 0,
60976096
"textR": 0
60986097
},
6099-
"comment": "Initiate and attach properties as objects variables",
6100-
"comment2": ""
6098+
"comment": "Initiate and attach properties as objects variables"
61016099
},
61026100
{
61036101
"type": "BuiltinCommonInstructions::Standard",
@@ -7116,8 +7114,7 @@
71167114
"textG": 0,
71177115
"textR": 0
71187116
},
7119-
"comment": "Use a small margin is used to avoid to flicker between 2 directions.",
7120-
"comment2": ""
7117+
"comment": "Use a small margin is used to avoid to flicker between 2 directions."
71217118
},
71227119
{
71237120
"type": "BuiltinCommonInstructions::Standard",
@@ -7571,8 +7568,7 @@
75717568
"textG": 0,
75727569
"textR": 0
75737570
},
7574-
"comment": "Change the animation but keep the current frame number.",
7575-
"comment2": ""
7571+
"comment": "Change the animation but keep the current frame number."
75767572
},
75777573
{
75787574
"type": "BuiltinCommonInstructions::Standard",
@@ -7693,7 +7689,7 @@
76937689
"type": "Number",
76947690
"unit": "DegreeAngle",
76957691
"label": "Angle offset",
7696-
"description": "Setted to 90°, \"Walk0\" becomes the animation for down.",
7692+
"description": "Set to 90°, \"Walk0\" becomes the animation for down.",
76977693
"group": "Direction",
76987694
"extraInformation": [],
76997695
"hidden": false,

0 commit comments

Comments
 (0)