Skip to content

Commit

Permalink
v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Feb 7, 2024
1 parent 60684a9 commit 9940201
Show file tree
Hide file tree
Showing 10 changed files with 2,653 additions and 17 deletions.
2 changes: 1 addition & 1 deletion animation_controllers/pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ground_idle": "query.is_on_ground"
},
{
"air_idle": "!query.is_on_ground && !query.is_in_water"
"air_idle": "!query.is_on_ground && !query.is_in_water && !query.is_jumping"
},
{
"water_idle": "query.is_in_water"
Expand Down
Loading

0 comments on commit 9940201

Please sign in to comment.