Artwork, documents, and other assets used in the Blazium project.
Colors used in the logo and other assets:
#ff80ffPink#af40dfGradient middle color#6000bfPurple#220f25Purple background#404040Dark gray
Fonts used:
- Roboto Bold for
Blaziumwith -4.0 charachter spacing - Poppins Regular for
Game Engine
SVG images need to be processed with svgo before usage to minimize file size.
# install svgo
npm install -g svgo
# svgo usage
svgo --config ./svg.config.mjs -rf path/to/directory_with_svgs -o path/to/output_directoryThe file svg.config.mjs can be found in the repository.