Skip to content

Commit

Permalink
Updates animation_controller/animation-steps.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
kdoore committed Jan 31, 2020
1 parent 5a9e65b commit cdf880f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions animation_controller/animation-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ State Configuration:
| hero_walk | _hero_walk animation_ | hero_walk -> hero_idle |
| hero_walk | _hero_walk animation_ | hero_walk -> hero_jump |
| hero_jump | _hero_jump animation_ | hero_jump -> hero_idle |
| hero-dead | _hero_dead animation_ | Any State -> hero_dead |

| hero_jump | _hero_jump animation_ | hero_jump -> hero_walk |
| hero-dead* | _hero_dead animation_ | Any State -> hero_dead |

*hero-dead is optional

###State-Event Transition Table
The following table shows the details for logic that is used to configure the transition arrows between states
Expand Down

0 comments on commit cdf880f

Please sign in to comment.