34 lines
625 B
Plaintext
34 lines
625 B
Plaintext
// First-person view while holding.
|
|
Sprite "KCPLB0", 100, 83
|
|
{
|
|
Offset -120, -100
|
|
Patch "source_sprites/cacoplushie_idle.png", 0, 0
|
|
}
|
|
|
|
// Pickup sprite on the ground.
|
|
Sprite "KCPLD0", 32, 26
|
|
{
|
|
Offset 16, 13
|
|
Patch "source_sprites/cacoplushie_small.png", 0, 0
|
|
}
|
|
|
|
// Glowing frames.
|
|
Sprite "KCPLE0", 100, 83
|
|
{
|
|
Offset -120, -100
|
|
Patch "source_sprites/cacoplushie_glowing1.png", 0, 0
|
|
}
|
|
|
|
Sprite "KCPLF0", 100, 83
|
|
{
|
|
Offset -120, -100
|
|
Patch "source_sprites/cacoplushie_glowing2.png", 0, 0
|
|
}
|
|
|
|
Sprite "KCPLG0", 100, 83
|
|
{
|
|
Offset -120, -100
|
|
Patch "source_sprites/cacoplushie_glowing3.png", 0, 0
|
|
}
|
|
|