material preset_12_tailMat
{
technique
{
pass
{
texture_unit
{
texture scroll.png
scroll_anim 0.1 0.1
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture 12tail.png
}
}
}
}
Compared to the code on a working body part:material preset_12_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture scroll.png
scroll_anim 0.1 0.1
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture 12body.png
}
}
}
}
I must've checked about twenty times by now, even renamed it. Still marshmallow. It isn't the scroll, as the scroll works on all the other places. I've tried changing the code back to a normal, effect-less code, and it's still a marshmallow. I've honestly got no clue what's wrong.
{
technique
{
pass
{
texture_unit
{
texture scroll.png
scroll_anim 0.1 0.1
}
texture_unit
{
texture 12tail.png
colour_op alpha_blend
}
texture_unit
{
texture 12tail.png
colour_op_ex blend_current_alpha src_texture src_current
tex_address_mode wrap
filtering trilinear
}
}
}
}