Refine icons
@ -1,7 +1,6 @@
|
||||
<div align="center">
|
||||
<img src="https://gitea.tendokyu.moe/Bottersnike/micetools/raw/branch/master/assets/micetools.png" alt="micetools" width="70%">
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
For a complete build, ensure to download `libpcp.lib` and place it in `src/`
|
||||
prior to running `make`.
|
||||
|
@ -1,5 +1,5 @@
|
||||
CONVERT=cmd /c "C:\Windows\Sysnative\wsl.exe convert"
|
||||
assets:
|
||||
$(CONVERT) -define icon:auto-resize mice.png mice.ico
|
||||
$(CONVERT) -define icon:auto-resize micepatch.png micepatch.ico
|
||||
$(CONVERT) -define icon:auto-resize micekeychip.png micekeychip.ico
|
||||
$(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 mice.png mice.ico
|
||||
$(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 micepatch.png micepatch.ico
|
||||
$(CONVERT) -define icon:auto-resize=16,20,24,43,40,48,128,256 micekeychip.png micekeychip.ico
|
BIN
assets/mice.ico
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 124 KiB |
BIN
assets/mice.png
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 323 KiB After Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 156 KiB |
@ -1,5 +1,5 @@
|
||||
<div align="center">
|
||||
<img src="https://gitea.tendokyu.moe/Bottersnike/micetools/raw/branch/master/assets/micekeychip-wm.png" alt="micekeychip" width="70%">
|
||||
</div>
|
||||
<br/>
|
||||
The most incomplete keychip emulator you've seen this side of, uuh, let's just leave it as this is incomplete. Porting Python to C takes a while!
|
||||
|
||||
The most incomplete keychip emulator you've seen this side of, uuh, let's just leave it as this is incomplete. Porting Python to C takes a while!
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div align="center">
|
||||
<img src="https://gitea.tendokyu.moe/Bottersnike/micetools/raw/branch/master/assets/micepatch-wm.png" alt="micepatch" width="70%">
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
A somewhat barebones binary patcher tool, but it does the job.
|