new UltraPickaxe texture & green_to_alpha script

This commit is contained in:
Jenny 2025-01-10 10:36:34 +01:00
parent 91e3ecce01
commit fcf282bd46
Signed by: Jenny
GPG Key ID: 2072A14E40940632
4 changed files with 5 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 907 B

View File

@ -1,7 +1,7 @@
{
"animation": {
"frametime": 4,
"frametime": 3,
"interpolate": true,
"frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
"frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]
}
}

View File

@ -0,0 +1,3 @@
#!/bin/bash
magick "$1" -transparent "#00ff00" "$1"

Binary file not shown.