The Image repository with magicshifter .magicbitmap and .magicfont files
To upload new images first fork the repository through github:
git clone [email protected]:{your_github_name}/magic-files
cd images/user_files/
mkdir {your_name}
cd {your_name}
then just move your magicbitmaps into that directory.
to get your changes published into the main repository:
cd images/user_files/your_name
git add .
git commit -m "{your_name} added some magicbitmaps."
git push
after you did those steps just create a pull request on github to get your changes merged.