From b1ad1febe26938a97bb414620c49b580caf58336 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Sat, 16 Dec 2023 17:05:42 +0000
Subject: [PATCH] Added oscillation to pickups (optional)

---
 Assets/UI/Texts/DamageText.prefab |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Assets/UI/Texts/DamageText.prefab b/Assets/UI/Texts/DamageText.prefab
index 3ef14ac..f9ddfc9 100644
--- a/Assets/UI/Texts/DamageText.prefab
+++ b/Assets/UI/Texts/DamageText.prefab
@@ -147,6 +147,7 @@
   m_Script: {fileID: 11500000, guid: 60c2fd908dd4c45468c522f64c368227, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  moveSpeed: {x: 0, y: 75, z: 0}
+  moveSpeed: {x: 25, y: 75, z: 0}
   timeToFade: 1
   startToFade: 0.5
+  oscillationsPerSecond: 1

--
Gitblit v1.9.3