mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 06:20:40 +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
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