Caco plushie sprite scale stuff.

This commit is contained in:
Kiri 2023-09-03 17:03:12 -07:00
parent 9cea72bc2d
commit bd9c3dd555
4 changed files with 23 additions and 22 deletions

View File

@ -4,16 +4,14 @@
- ~~Jumper cables~~ - ~~Jumper cables~~
- ~~Jumper cables ammohandler stuff~~ - ~~Jumper cables ammohandler stuff~~
- ~~Fix wiring kit brightmaps~~ - ~~Fix wiring kit brightmaps~~
- ~~Headers and comment formatting pass~~
- Caco plush - ~~Caco plush~~
- ~~Caco plush spawnflags~~ - ~~Caco plush spawnflags~~
- ~~Add caco plush to menu~~ - ~~Add caco plush to menu~~
- ~~Caco plush documentation~~ - ~~Caco plush documentation~~
- ~~Brightmaps for caco plush~~ - ~~Brightmaps for caco plush~~
- ~~Set actual chance for caco plush spawn~~ - ~~Set actual chance for caco plush spawn~~
- Caco plush sprite scaling - ~~Caco plush sprite scaling~~
- Headers and comment formatting pass
- Organize source_data - Organize source_data

View File

@ -379,21 +379,18 @@ brightmaps : povsprite.aseprite
../sprites/cacoplush/cacoplushie_idle.png : cacoplushie.aseprite ../sprites/cacoplush/cacoplushie_idle.png : cacoplushie.aseprite
aseprite -b $^ \ aseprite -b $^ \
--ignore-layer "brightmap" \ --ignore-layer "brightmap" \
--scale 0.77 \
--frame-range 0,0 --save-as $@ --frame-range 0,0 --save-as $@
../sprites/cacoplush/cacoplushie_pickup.png : cacoplushie.aseprite ../sprites/cacoplush/cacoplushie_pickup.png : cacoplushie.aseprite
aseprite -b $^ \ aseprite -b $^ \
--ignore-layer "brightmap" \ --ignore-layer "brightmap" \
--frame-range 0,0 \ --frame-range 0,0 \
--scale 0.25 \
--save-as $@ --save-as $@
../sprites/cacoplush/cacoplushie_glowing1.png \ ../sprites/cacoplush/cacoplushie_glowing1.png \
../sprites/cacoplush/cacoplushie_glowing2.png \ ../sprites/cacoplush/cacoplushie_glowing2.png \
../sprites/cacoplush/cacoplushie_glowing3.png : cacoplushie.aseprite ../sprites/cacoplush/cacoplushie_glowing3.png : cacoplushie.aseprite
aseprite -b $^ \ aseprite -b $^ \
--scale 0.77 \
--ignore-layer "brightmap" \ --ignore-layer "brightmap" \
--frame-range 1,3 --save-as ../sprites/cacoplush/cacoplushie_glowing.png --frame-range 1,3 --save-as ../sprites/cacoplush/cacoplushie_glowing.png
@ -402,21 +399,18 @@ brightmaps : povsprite.aseprite
../sprites/cacoplush/bright_cacoplushie_idle.png : cacoplushie.aseprite ../sprites/cacoplush/bright_cacoplushie_idle.png : cacoplushie.aseprite
aseprite -b $^ \ aseprite -b $^ \
--layer "brightmap" \ --layer "brightmap" \
--scale 0.77 \
--frame-range 0,0 --save-as $@ --frame-range 0,0 --save-as $@
../sprites/cacoplush/bright_cacoplushie_pickup.png : cacoplushie.aseprite ../sprites/cacoplush/bright_cacoplushie_pickup.png : cacoplushie.aseprite
aseprite -b $^ \ aseprite -b $^ \
--layer "brightmap" \ --layer "brightmap" \
--frame-range 0,0 \ --frame-range 0,0 \
--scale 0.25 \
--save-as $@ --save-as $@
../sprites/cacoplush/bright_cacoplushie_glowing1.png \ ../sprites/cacoplush/bright_cacoplushie_glowing1.png \
../sprites/cacoplush/bright_cacoplushie_glowing2.png \ ../sprites/cacoplush/bright_cacoplushie_glowing2.png \
../sprites/cacoplush/bright_cacoplushie_glowing3.png : cacoplushie.aseprite ../sprites/cacoplush/bright_cacoplushie_glowing3.png : cacoplushie.aseprite
aseprite -b $^ \ aseprite -b $^ \
--scale 0.77 \
--layer "brightmap" \ --layer "brightmap" \
--frame-range 1,3 --save-as ../sprites/cacoplush/bright_cacoplushie_glowing.png --frame-range 1,3 --save-as ../sprites/cacoplush/bright_cacoplushie_glowing.png

View File

@ -64,35 +64,45 @@ sprite JMPPC0, 320, 200 {
// Caco plushie // Caco plushie
// First-person view while holding. // First-person view while holding.
Sprite "KCPLB0", 100, 83 Sprite "KCPLB0", 130, 108
{ {
Offset -120, -100 XScale 1.3
YScale 1.3
Offset -150, -100
Patch "sprites/cacoplush/cacoplushie_idle.png", 0, 0 Patch "sprites/cacoplush/cacoplushie_idle.png", 0, 0
} }
// Pickup sprite on the ground. // Pickup sprite on the ground.
Sprite "KCPLD0", 32, 27 Sprite "KCPLD0", 130, 108
{ {
Offset 16, 13 XScale 4
YScale 4
Offset 64, 52
Patch "sprites/cacoplush/cacoplushie_pickup.png", 0, 0 Patch "sprites/cacoplush/cacoplushie_pickup.png", 0, 0
} }
// Glowing frames. // Glowing frames.
Sprite "KCPLE0", 100, 83 Sprite "KCPLE0", 130, 108
{ {
Offset -120, -100 XScale 1.3
YScale 1.3
Offset -150, -100
Patch "sprites/cacoplush/cacoplushie_glowing1.png", 0, 0 Patch "sprites/cacoplush/cacoplushie_glowing1.png", 0, 0
} }
Sprite "KCPLF0", 100, 83 Sprite "KCPLF0", 130, 108
{ {
Offset -120, -100 XScale 1.3
YScale 1.3
Offset -150, -100
Patch "sprites/cacoplush/cacoplushie_glowing2.png", 0, 0 Patch "sprites/cacoplush/cacoplushie_glowing2.png", 0, 0
} }
Sprite "KCPLG0", 100, 83 Sprite "KCPLG0", 130, 108
{ {
Offset -120, -100 XScale 1.3
YScale 1.3
Offset -150, -100
Patch "sprites/cacoplush/cacoplushie_glowing3.png", 0, 0 Patch "sprites/cacoplush/cacoplushie_glowing3.png", 0, 0
} }

View File

@ -10,7 +10,6 @@
// Try not to think about it. // Try not to think about it.
// //
#include "zscript/snektech.zs" #include "zscript/snektech.zs"
const HDLD_KIRI_GRETCHENCOUNTER = "kgc"; const HDLD_KIRI_GRETCHENCOUNTER = "kgc";