mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #998 from Areloch/AddPrototypeItemData
Adds a Prototyping datablock for a pick-up able item
This commit is contained in:
commit
9045eb5d4e
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
datablock ItemData(PrototypeItemData)
|
||||
{
|
||||
ShapeAsset = "Prototyping:TorusPrimitive_shape";
|
||||
cameraMaxDist = "0.75";
|
||||
};
|
||||
Loading…
Reference in a new issue