From ab5a24f4c0cffbc8e8f76e40293f2201027b7c50 Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Mon, 07 Apr 2025 22:59:16 +0000
Subject: [PATCH] #49 added parallax and tiling to background

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

diff --git a/Assets/UI/Texts/DamageText.prefab b/Assets/UI/Texts/DamageText.prefab
index 3ef14ac..ddd7d8b 100644
--- a/Assets/UI/Texts/DamageText.prefab
+++ b/Assets/UI/Texts/DamageText.prefab
@@ -144,9 +144,11 @@
   m_GameObject: {fileID: 456827189715955869}
   m_Enabled: 1
   m_EditorHideFlags: 0
-  m_Script: {fileID: 11500000, guid: 60c2fd908dd4c45468c522f64c368227, type: 3}
+  m_Script: {fileID: 11500000, guid: 1bb32e3e174cc7648bf155d1e36eefe6, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  moveSpeed: {x: 0, y: 75, z: 0}
+  moveSpeed: {x: 25, y: 75, z: 0}
+  oscillationsPerSecond: 1
   timeToFade: 1
   startToFade: 0.5
+  randomStartingPoint: 1

--
Gitblit v1.9.3