Adding caco sprites.

This commit is contained in:
Kiri 2023-09-03 09:30:57 -07:00
parent dc240f851c
commit 1e297dbc76
11 changed files with 31 additions and 1 deletions

View File

@ -3,3 +3,4 @@
- Makefile for caco plush sprites - Makefile for caco plush sprites
- Brightmaps for caco plush - Brightmaps for caco plush
- Fix wiring kit brightmaps - Fix wiring kit brightmaps
- Organize source_data

Binary file not shown.

BIN
sounds/kiri_caco_throw.ogg Normal file

Binary file not shown.

View File

@ -16,7 +16,14 @@ all : \
../sprites/gretchencounter/kgcpb0.png \ ../sprites/gretchencounter/kgcpb0.png \
../sprites/gretchencounter/bright_kgcpa0.png \ ../sprites/gretchencounter/bright_kgcpa0.png \
../sprites/gretchencounter/bright_kgcpb0.png \ ../sprites/gretchencounter/bright_kgcpb0.png \
../sprites/gretchencounter/bright_kgcmc0.png ../sprites/gretchencounter/bright_kgcmc0.png \
../sounds/kiri_caco_despawn.ogg \
../sounds/kiri_caco_throw.ogg \
../sprites/cacoplush/cacoplushie_idle.png \
../sprites/cacoplush/cacoplushie_glowing1.png \
../sprites/cacoplush/cacoplushie_glowing2.png \
../sprites/cacoplush/cacoplushie_glowing3.png
# Base frames # Base frames
../sprites/gretchencounter/kgcma0.png : gretchencounter_weaponsprite.aseprite ../sprites/gretchencounter/kgcma0.png : gretchencounter_weaponsprite.aseprite
@ -353,3 +360,25 @@ brightmaps : povsprite.aseprite
rm tmp?.png rm tmp?.png
# ----------------------------------------------------------------------
# Caco plush
# Sounds
../sounds/kiri_caco_despawn.ogg : kiri_caco_despawn.wav
ffmpeg -i $^ "-filter:a" "volume=1.0" $@
../sounds/kiri_caco_throw.ogg : kiri_caco_throw.wav
ffmpeg -i $^ "-filter:a" "volume=1.0" $@
../sprites/cacoplush/cacoplushie_idle.png : cacoplushie.aseprite
aseprite -b $^ \
--ignore-layer "brightmap" \
--frame-range 0,0 --save-as $@
../sprites/cacoplush/cacoplushie_glowing1.png \
../sprites/cacoplush/cacoplushie_glowing2.png \
../sprites/cacoplush/cacoplushie_glowing3.png : cacoplushie.aseprite
aseprite -b $^ \
--ignore-layer "brightmap" \
--frame-range 1,3 --save-as ../sprites/cacoplush/cacoplushie_glowing.png

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB