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/HealText.prefab | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/UI/Texts/HealText.prefab b/Assets/UI/Texts/HealText.prefab index bb8e2f9..ea781a9 100644 --- a/Assets/UI/Texts/HealText.prefab +++ b/Assets/UI/Texts/HealText.prefab @@ -75,7 +75,7 @@ m_fontMaterials: [] m_fontColor32: serializedVersion: 2 - rgba: 4278190335 + rgba: 4278255360 m_fontColor: {r: 0, g: 1, b: 0, a: 1} m_enableVertexGradient: 0 m_colorMode: 3 @@ -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