stuff for prosthesis models

This commit is contained in:
Pao
2023-01-26 00:56:23 +01:00
parent 49a1f478ac
commit 80070bf370
10 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
module TOC
{
model WoodenHook
{
mesh = WorldItems/hook,
texture = WorldItems/metal,
scale = 0.15,
}
model WoodenHook
{
mesh = WorldItems/hook,
texture = WorldItems/wood,
scale = 0.15,
}
}