Fix to world models
This commit is contained in:
Binary file not shown.
@@ -1,16 +1,16 @@
|
|||||||
module TOC
|
module TOC
|
||||||
{
|
{
|
||||||
model WoodenHook
|
model MetalHook
|
||||||
{
|
{
|
||||||
mesh = WorldItems/hook,
|
mesh = WorldItems/hook,
|
||||||
texture = WorldItems/metal,
|
texture = Clothes/metal,
|
||||||
scale = 0.15,
|
scale = 0.15,
|
||||||
}
|
}
|
||||||
|
|
||||||
model WoodenHook
|
model WoodenHook
|
||||||
{
|
{
|
||||||
mesh = WorldItems/hook,
|
mesh = WorldItems/hook,
|
||||||
texture = WorldItems/wood,
|
texture = Clothes/wood,
|
||||||
scale = 0.15,
|
scale = 0.15,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user