AnimationFX System 0.0.98.7
The largest change here is under the hood, but it's the backbone to a better visual experience. Calling it the AnimationFX System. In previous versions of the game, everything was set to "take turns" in between different animations. An Example:
- The Player attacks Harold.
- An Animation plays depending on element.
- Once that finishes, Harold plays an Animations for taking damage.
- Once that finishes, Harold decides between his basic Attack animation or Special animation, depending on the conditions.
- Once that finishes, Harold animates based on the decision.
- Once that finishes, a hit sound is played and the player takes damage. Then Harold returns to Idle and it's the players turn.
This system worked for sure, however it wasn't very immersive, and left some confusions as to what events just occurred. Some people have no idea that When hitting Harold with fire, he would react by reducing the value of your highest value card. We needed to better portray the effects of monsters actions, and so we have our new system.
An AnimationPlayer node has been added to each Monster. That node will be handling the timing of sounds and effects during the monsters attack. AnimationPlayer nodes have also been added to the Player Board and even the cards themselves. Now we can have the monsters attack call to the Player Board to produce a visual effect at the correct timing, and the effect of the monsters action (if any) will be demonstrated on the Cards. Harold's Special attack which reduces the value of one of your cards will have a flurry of Downward Arrows sliding off the affected card. Jeff's Special attack which randomizes your cards will "flip" the cards. Previously these affects just occurred with no sense of notification.
Files
Get Card Combo : Magic With Numbers!
Card Combo : Magic With Numbers!
A duel of numbers for mobile!
More posts
- Card Combo 2.0 is here!May 07, 2023
- News - Chapter 2 ProgressDec 21, 2022
- Chapter 1 Version 3 - 1.3Sep 24, 2022
- Chapter 1 Version 2 - 1.2Jul 26, 2022
- Version 0.1 - PublicApr 06, 2022
- Update 0.0.99.2 Notes & PlansFeb 28, 2022
- Conversion to Butler, and some notes.Feb 28, 2022
Leave a comment
Log in with itch.io to leave a comment.