From c4f222a8f56b6799fc7157afd6b6aa182e711bd2 Mon Sep 17 00:00:00 2001 From: Paul-Walcher <paulwalcher12@gmail.com> Date: Mon, 10 Jun 2024 09:24:20 +0200 Subject: [PATCH] Increased the distance of the Tape Gadget Increased the Distance of the Tape-Gadget. --- .../Gadgets/TapeDataContainerGadgetInit.asset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ScriptableObjects/Gadgets/TapeDataContainerGadgetInit.asset b/Assets/ScriptableObjects/Gadgets/TapeDataContainerGadgetInit.asset index 14664536..6baf3fa9 100644 --- a/Assets/ScriptableObjects/Gadgets/TapeDataContainerGadgetInit.asset +++ b/Assets/ScriptableObjects/Gadgets/TapeDataContainerGadgetInit.asset @@ -13,8 +13,8 @@ MonoBehaviour: m_Name: TapeDataContainerGadgetInit m_EditorClassIdentifier: Assembly-CSharp::DataContainerGadgetInit Rank: 2 - MaxRange: 2.5 - MaxHeight: 2.5 + MaxRange: 10 + MaxHeight: 10 UiName: Tape MaterialIndx: 0 ButtonIndx: 2 -- GitLab