new UltraPickaxe texture & green_to_alpha script
This commit is contained in:
parent
91e3ecce01
commit
fcf282bd46
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 907 B |
@ -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]
|
||||
}
|
||||
}
|
3
src/main/scripts/green_to_apha.sh
Executable file
3
src/main/scripts/green_to_apha.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
magick "$1" -transparent "#00ff00" "$1"
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user