mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-26 10:14:50 -05:00
This should be a much nicer architecture than the old `client-battle.js`. In particular, much of the logic of choosing moves/switches has been moved into a new `battle-choices.ts`, with `panel-battle.tsx` only covering the UI.
32 lines
615 B
Plaintext
32 lines
615 B
Plaintext
data/*
|
|
!data/text.js
|
|
node_modules/
|
|
/js/lib/
|
|
|
|
/js/battle.js
|
|
/js/battledata.js
|
|
/js/battle-log.js
|
|
/js/battle-choices.js
|
|
/js/battle-text-parser.js
|
|
/js/battle-dex.js
|
|
/js/battle-dex-data.js
|
|
/js/battle-animations-moves.js
|
|
/js/battle-animations.js
|
|
/js/battle-tooltips.js
|
|
/js/battle-scene-stub.js
|
|
/js/battle-search.js
|
|
/js/battle-searchresults.js
|
|
/js/client-core.js
|
|
/js/client-main.js
|
|
/js/client-connection.js
|
|
/js/panels.js
|
|
/js/panel-topbar.js
|
|
/js/panel-example.js
|
|
/js/panel-mainmenu.js
|
|
/js/panel-rooms.js
|
|
/js/panel-chat.js
|
|
/js/panel-teambuilder.js
|
|
/js/panel-teambuilder-team.js
|
|
/js/panel-teamdropdown.js
|
|
/js/panel-battle.js
|