Adding caco sprites.
This commit is contained in:
parent
dc240f851c
commit
1e297dbc76
1
TODO.md
1
TODO.md
@ -3,3 +3,4 @@
|
||||
- Makefile for caco plush sprites
|
||||
- Brightmaps for caco plush
|
||||
- Fix wiring kit brightmaps
|
||||
- Organize source_data
|
||||
|
BIN
sounds/kiri_caco_despawn.ogg
Normal file
BIN
sounds/kiri_caco_despawn.ogg
Normal file
Binary file not shown.
BIN
sounds/kiri_caco_throw.ogg
Normal file
BIN
sounds/kiri_caco_throw.ogg
Normal file
Binary file not shown.
@ -16,7 +16,14 @@ all : \
|
||||
../sprites/gretchencounter/kgcpb0.png \
|
||||
../sprites/gretchencounter/bright_kgcpa0.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
|
||||
../sprites/gretchencounter/kgcma0.png : gretchencounter_weaponsprite.aseprite
|
||||
@ -353,3 +360,25 @@ brightmaps : povsprite.aseprite
|
||||
|
||||
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
|
||||
|
||||
|
BIN
source_data/cacoplushie.aseprite
Normal file
BIN
source_data/cacoplushie.aseprite
Normal file
Binary file not shown.
BIN
source_data/kiri_caco_despawn.wav
Normal file
BIN
source_data/kiri_caco_despawn.wav
Normal file
Binary file not shown.
BIN
source_data/kiri_caco_throw.wav
Normal file
BIN
source_data/kiri_caco_throw.wav
Normal file
Binary file not shown.
BIN
sprites/cacoplush/cacoplushie_glowing1.png
Normal file
BIN
sprites/cacoplush/cacoplushie_glowing1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
sprites/cacoplush/cacoplushie_glowing2.png
Normal file
BIN
sprites/cacoplush/cacoplushie_glowing2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
sprites/cacoplush/cacoplushie_glowing3.png
Normal file
BIN
sprites/cacoplush/cacoplushie_glowing3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
sprites/cacoplush/cacoplushie_idle.png
Normal file
BIN
sprites/cacoplush/cacoplushie_idle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in New Issue
Block a user