Logo design
Logo Design
The variants folder contains the Admincraft logo and its alternative versions. The official logo can be found at variants/dirt.png.
Specification
- Logo Format: PNG
- Logo Size: 16x16px
- Color Count: Maximum of 6 colors
How to Create and Apply Logo Icons
-
Obtain or Create a Base Sprite:
-
Draw a sprite with a resolution of 16x16px, or download one (find some good ones on minecraftfaces or entity icons).
-
Use Aseprite, Inktica for Android, or any pixel-editing software to customize the logo. Ensure the final resolution is 16x16px and the color count does not exceed 6 colors.
-
Reduce Color Palette:
-
If necessary, reduce the color palette to a maximum of 6 colors using Online PNG Tools.
-
Add the Logo to the Project:
-
Create a new folder under
docs/logowith the desired icon name. Inside this folder, place the logo file with the name logo.png. -
Apply Your Logo:
-
Ensure Python is installed.
- Update the text in
choose_logo.txtto point to your newly created file. -
Run the script change_logo.py using the following commands:
-
App icons for all platforms will be updated and applied the next time the app is built.
Technical Details
- The Python scripts upscale the logo to ensure suitability for various sizes and formats across platforms, while maintaining the crispness of pixel art.
- The logo's color palette is limited to 6 colors. If a logo with more colors is provided, it will be adjusted to fit this requirement for aesthetic purposes. However, you are free to modify the Python script if you'd like to remove this limitation in your logo!
