mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Adds a Prototyping datablock for a pick-up able item
This commit is contained in:
parent
bb44fa4bb7
commit
bd07ce4f2a
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
datablock ItemData(PrototypeItemData)
|
||||||
|
{
|
||||||
|
ShapeAsset = "Prototyping:TorusPrimitive_shape";
|
||||||
|
cameraMaxDist = "0.75";
|
||||||
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue