View Single Post
Old 12-17-2008, 10:39 AM   #93
Hendricks266
Re: EDuke32 snapshot thread
Shit happens.

Quote:
Originally Posted by TerminX View Post
tilefromtexture 26 { file "pipebomb.gif" }
tilefromtexture 2573 { file "weaponpipebomb1.gif" }
tilefromtexture 2574 { file "weaponpipebomb2.gif" }
I know there's another command to set animation, but within this code could you do something like this, so that EDITART is truly, 100% obsolete?

Code:
tilefromtexture 26 { file "pipebomb.gif" xoffset 3 yoffset -2 transfix }
With the offsets being the shifting of the display tile and transfix replacing all instances of the fullbright pink with the transparent pink.
Hendricks266 is offline