still more stuff

This commit is contained in:
Pao
2023-02-26 20:00:22 +01:00
parent 7c13ed30c9
commit a2e906b318
13 changed files with 149 additions and 125 deletions

View File

@@ -0,0 +1,23 @@
module JCIO
{
model MetalHook
{
mesh = WorldItems/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
}
}