mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-24 17:22:20 +02:00
Update src/data/battle-anims.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
a7811f5356
commit
ad811305f2
@ -531,7 +531,7 @@ export function initMoveAnim(scene: BattleScene, move: Moves): Promise<void> {
|
|||||||
* Populates the default animation for the given move.
|
* Populates the default animation for the given move.
|
||||||
*
|
*
|
||||||
* @param move the move to populate an animation for
|
* @param move the move to populate an animation for
|
||||||
* @param defaultMoveAnim the default move to use as the default animation
|
* @param defaultMoveAnim the move to use as the default animation
|
||||||
*/
|
*/
|
||||||
function useDefaultAnim(move: Moves, defaultMoveAnim: Moves) {
|
function useDefaultAnim(move: Moves, defaultMoveAnim: Moves) {
|
||||||
populateMoveAnim(move, moveAnims.get(defaultMoveAnim));
|
populateMoveAnim(move, moveAnims.get(defaultMoveAnim));
|
||||||
|
Loading…
Reference in New Issue
Block a user