瀏覽代碼

Adds a Prototyping datablock for a pick-up able item

Areloch 2 年之前
父節點
當前提交
bd07ce4f2a

+ 6 - 0
Templates/BaseGame/game/data/Prototyping/scripts/managedData/managedDatablocks.tscript

@@ -0,0 +1,6 @@
+
+datablock ItemData(PrototypeItemData)
+{
+   ShapeAsset = "Prototyping:TorusPrimitive_shape";
+   cameraMaxDist = "0.75";
+};