I've included the atipork's sprites/gfx from Hexen in a pk3, but it keeps floating and "bobbing". I'd like to also have a variant of it that appears as a static golden pig statue with rotations. So, I set the following in my TEXTUREs lump, to create new sprites with the same graphics:
Code: Select all
Sprite PORCA1, 15, 15
{
Patch PORKA0, 7, 15
}
Sprite PORCA2, 21, 16
{
Patch "PORKB0", 10, 16
}
Sprite PORCA3, 26, 14
{
Patch PORKC0, 13, 14
}
Sprite PORCA4, 20, 13
{
Patch PORKD0, 10, 13
}
Sprite PORCA5, 15, 13
{
Patch PORKD0, 7, 13
}
Sprite PORCA6, 20, 13
{
Patch PORKF0, 10, 13
}
Sprite PORCA7, 25, 14
{
Patch PORKG0, 12, 14
}
Sprite PORCA8, 21, 16
{
Patch PORKH0, 10, 16
}
What am i doing wrong?
Thanks in advanced!