initial commit

This commit is contained in:
Redo
2025-07-20 17:48:33 -07:00
commit 7ec3352f21
10 changed files with 257 additions and 0 deletions

20
readme.md Normal file
View File

@ -0,0 +1,20 @@
# Brick Icon Tools
This is everything you need to make perfect brick icons for Blockland.
Requires love2d for the automatic image editor: [love2d.org](https://love2d.org)
## How to Use
1. Install Sky_OldIcons as an add-on.
2. Create the dir `iconShots` in your Blockland folder.
3. Start singleplayer with your brick add-on enabled.
4. Execute or eval `doIcons.cs`
5. Turn shaders off.
6. Set your FOV to 90.
7. Run /iconInit and don't touch the mouse from now on. Pressing M is recommended.
8. Set sky to OldIcons (Must be done after /iconInit since it changes the sky).
9. Run /doMissingIcons and don't touch the mouse until it's done.
10. Copy screenshots from `iconShots` to `brickIconFixer/icons-unfixed`
11. Run `brickIconFixer/run.bat` (Requires love2d).
12. Copy the brick icons from `brickIconFixer/icons-fixed` into your add-on.