Compare commits

...

2 Commits

2 changed files with 8 additions and 0 deletions

BIN
armor_tail.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -601,6 +601,11 @@ function colorArmor(item)
end end
-- }}} -- }}}
-- New tail armor {{{
function buildTailTexture()
end
-- }}}
function resetAngles(part) function resetAngles(part)
part:setRot(vec(0,0,0)) part:setRot(vec(0,0,0))
end end