From 74dd3727f62603f64958790f9e588d47c8f000ff Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Sat, 23 Dec 2023 03:14:14 +0000
Subject: [PATCH] Added player movement while drilling

---
 Assets/Scenes/GameplayScene.unity |   50 +++++++++++++-------------------------------------
 1 files changed, 13 insertions(+), 37 deletions(-)

diff --git a/Assets/Scenes/GameplayScene.unity b/Assets/Scenes/GameplayScene.unity
index c2d7705..1c11e86 100644
--- a/Assets/Scenes/GameplayScene.unity
+++ b/Assets/Scenes/GameplayScene.unity
@@ -3188,7 +3188,7 @@
   m_Color: {r: 1, g: 1, b: 1, a: 1}
   m_Origin: {x: 0, y: -1, z: 0}
   m_Size: {x: 14, y: 7, z: 1}
-  m_TileAnchor: {x: 0.5, y: 0.5, z: 0}
+  m_TileAnchor: {x: 0, y: 0, z: 0}
   m_TileOrientation: 0
   m_TileOrientationMatrix:
     e00: 1
@@ -4323,25 +4323,25 @@
       e33: 0
   - m_RefCount: 0
     m_Data:
-      e00: 0
+      e00: 5.0497e-41
       e01: 0
       e02: 5.5000076
       e03: 5.5000076
       e10: 0
       e11: 0
-      e12: 6.95e-43
-      e13: 6.95e-43
-      e20: 1.1215021e-15
-      e21: 14.638138
-      e22: -1.3211928e-28
-      e23: -1.093541e-19
-      e30: 4.5905e-41
-      e31: 6.98e-43
-      e32: 6.95e-43
-      e33: 6.98e-43
+      e12: 5.55e-43
+      e13: 5.55e-43
+      e20: 0.000116169685
+      e21: 8.914042e-18
+      e22: -8.137887e-29
+      e23: -1.1375036e-19
+      e30: 4.5904e-41
+      e31: 5.58e-43
+      e32: 5.55e-43
+      e33: 5.58e-43
   m_TileColorArray:
   - m_RefCount: 0
-    m_Data: {r: 4.4012e-41, g: 4.4012e-41, b: 4.4012e-41, a: 4.4012e-41}
+    m_Data: {r: 4.2084e-41, g: 4.2084e-41, b: 4.2084e-41, a: 4.2084e-41}
   m_TileObjectToInstantiateArray: []
   m_AnimationFrameRate: 1
   m_Color: {r: 1, g: 1, b: 1, a: 1}
@@ -4990,30 +4990,6 @@
     - target: {fileID: 3345854317100013954, guid: c220ec455fce341408d66d880b464cad, type: 3}
       propertyPath: m_Name
       value: Player
-      objectReference: {fileID: 0}
-    - target: {fileID: 3884295854780712968, guid: c220ec455fce341408d66d880b464cad, type: 3}
-      propertyPath: m_Size.x
-      value: 0.7
-      objectReference: {fileID: 0}
-    - target: {fileID: 3884295854780712968, guid: c220ec455fce341408d66d880b464cad, type: 3}
-      propertyPath: m_Size.y
-      value: 0.7
-      objectReference: {fileID: 0}
-    - target: {fileID: 3884295854780712968, guid: c220ec455fce341408d66d880b464cad, type: 3}
-      propertyPath: m_EdgeRadius
-      value: 0
-      objectReference: {fileID: 0}
-    - target: {fileID: 4941032555966952991, guid: c220ec455fce341408d66d880b464cad, type: 3}
-      propertyPath: m_CollisionDetection
-      value: 1
-      objectReference: {fileID: 0}
-    - target: {fileID: 5338311196462064651, guid: c220ec455fce341408d66d880b464cad, type: 3}
-      propertyPath: wallDistance
-      value: 0.02
-      objectReference: {fileID: 0}
-    - target: {fileID: 5338311196462064651, guid: c220ec455fce341408d66d880b464cad, type: 3}
-      propertyPath: groundDistance
-      value: 0.02
       objectReference: {fileID: 0}
     m_RemovedComponents: []
     m_RemovedGameObjects: []

--
Gitblit v1.9.3