mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
moved in battle-anim enum
This commit is contained in:
parent
e27d94db82
commit
d635ff3557
@ -79,6 +79,7 @@ export enum CommonAnim {
|
||||
MAGMA_STORM,
|
||||
CLAMP,
|
||||
THUNDER_CAGE,
|
||||
INFESTATION,
|
||||
ORDER_UP_CURLY,
|
||||
ORDER_UP_DROOPY,
|
||||
ORDER_UP_STRETCHY,
|
||||
@ -98,8 +99,7 @@ export enum CommonAnim {
|
||||
ELECTRIC_TERRAIN,
|
||||
GRASSY_TERRAIN,
|
||||
PSYCHIC_TERRAIN,
|
||||
LOCK_ON = 2120,
|
||||
INFESTATION
|
||||
LOCK_ON = 2120
|
||||
}
|
||||
|
||||
export class AnimConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user