iremaru / react-tournament

The best and most legendary martial arts tournament under the heavens.
GNU General Public License v3.0
1 stars 0 forks source link

Fix pause button #2

Open iremaru opened 3 weeks ago

iremaru commented 3 weeks ago

Problem: The pause button does not pause the battle.

Expected result:

  1. At the start of a battle, the button should be enabled.
  2. At the end of a battle, the button should be disabled.
  3. When the battle is paused, the turn should stop at the end.
  4. With the turn stopped, the combatants' animations should switch to idle.