mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
91abddb693
* Adding UI elements for new gender, ability and nature * Added new indicators for shiny, gender, ability and nature * Changed position of gender icon to top left * Changes with logging and old (+) indicators for nature, form and ability * Updated to remove old code and comments, as well as various console logs * Updated commented code * Addressing PR feedback * Updated form to have a label and form name, along with cutting off the form name if it's too long * Updated stats container to move some labels around so there's less text clumped together * Removed some old commented code * Fixed some issues with typing and naming * Accidentally pushed my overrides.ts before :). Sorry! * Updated the form name's hover over section to only work when the text is truncated * Updating the gender check to work off DexAttr instead of a weird 2 --------- Co-authored-by: Temps Ray <temps.ray@gmail.com>
42 lines
609 B
Plaintext
42 lines
609 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
public/images/trainer/convert/*
|
|
public/images/battle_anims/input/*.png
|
|
public/images/pokemon/input/*.png
|
|
public/images/pokemon/input/output/*
|
|
public/images/pokemon/icons/input/*.png
|
|
public/images/pokemon/icons/input/output/*
|
|
public/images/character/*/
|
|
src/data/battle-anim-raw-data*.ts
|
|
src/data/battle-anim-data.ts
|
|
src/overrides.ts
|
|
|
|
coverage
|
|
/.vs
|
|
|
|
# Local Documentation
|
|
/typedoc
|
|
|