diff --git a/Templates/BaseGame/game/data/Prototyping/scripts/managedData/managedDatablocks.tscript b/Templates/BaseGame/game/data/Prototyping/scripts/managedData/managedDatablocks.tscript new file mode 100644 index 000000000..60dbe9c8a --- /dev/null +++ b/Templates/BaseGame/game/data/Prototyping/scripts/managedData/managedDatablocks.tscript @@ -0,0 +1,6 @@ + +datablock ItemData(PrototypeItemData) +{ + ShapeAsset = "Prototyping:TorusPrimitive_shape"; + cameraMaxDist = "0.75"; +};