reworking

This commit is contained in:
ZioPao
2023-11-06 04:16:43 +01:00
parent d79dfcc509
commit 875e0fdceb
207 changed files with 113 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
module TOC
{
model MetalHook
{
mesh = WorldItems/Prosthetic1_Hook,
texture = WorldItems/metal,
scale = 0.15,
}
model WoodenHook
{
mesh = WorldItems/hook,
texture = WorldItems/wood,
scale = 0.15,
}
model ProstheticKnife
{
mesh = WorldItems/prostKnife,
texture = WorldItems/metal_base,
scale = 0.15
}
}