Skip to content
Snippets Groups Projects
Commit cf7fc18d authored by Raylouis's avatar Raylouis
Browse files

[FIX] shopkeeper timer

parent 7f1fc519
No related merge requests found
......@@ -12434,6 +12434,14 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 183304858}
m_Modifications:
- target: {fileID: 164709854376003226, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_AnchoredPosition.x
value: -284
objectReference: {fileID: 0}
- target: {fileID: 164709854376003226, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_AnchoredPosition.y
value: -1
objectReference: {fileID: 0}
- target: {fileID: 478637418533456247, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_LocalPosition.z
value: 0
......@@ -12464,7 +12472,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 1361321594723433952, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_IsActive
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2526570798605016776, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_AnchorMax.y
......@@ -12548,7 +12556,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 5712293994674342005, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_AnchoredPosition.x
value: -567.2367
value: -611.99994
objectReference: {fileID: 0}
- target: {fileID: 5712293994674342005, guid: ce41f0f1776a2c341b1fb70e0cb568f2, type: 3}
propertyPath: m_AnchoredPosition.y
......
......@@ -60,6 +60,7 @@ public class CollisionDetection : MonoBehaviour
shopCanvas.gameObject.SetActive(false);
shopInstructionCanvas.gameObject.SetActive(false);
timerColor.a = 1f;
timerCanvasTimerUI.color = timerColor;
}
}
......@@ -68,6 +69,7 @@ public class CollisionDetection : MonoBehaviour
shopCanvas.gameObject.SetActive(false);
shopInstructionCanvas.gameObject.SetActive(true);
timerColor.a = 1f;
timerCanvasTimerUI.color = timerColor;
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment