🛑 Freshly data mined images are not allowed in gscale, please only create a pull request 2-3 days before the release of that content. |
---|
- Your own fork of gscale to create a pull request. To learn about pull requests refer to this documentation.
- Git or Github Desktop
For optional steps:
- Very simple cmd/terminal knowledge (cd, how to run npm commands)
- NodeJS, the npx and npm command from NodeJS is required for the process.
- Crop the desired image to a size of 480x300
- (preffered) the face of the character should be positioned on the right side and the face should fill 1/3 of the image height, if the image contains a lot of effects (e.g. Zhongli or Raiden) the face should fill 1/4 of the height
- Place your cropped image into
src/lib/data/images/characters/card
- (optional) Run
npm run make:images
in a command line to build all images into a more optimized version - Commit and push your additions into git and create a pull request
- Place your image into
src/lib/data/images/characters/mugshot
- (optional) Run
npm run make:images
in a command line to build all images into a more optimized version - Commit and push your additions into git and create a pull request
- Place your image into
src/lib/data/images/materials
- (optional) Run
npm run make:images
in a command line to build all images into a more optimized version - Commit and push your additions into git and create a pull request