Fix a bug I forgor to fix a LONG time ago
This commit is contained in:
@@ -668,8 +668,8 @@ MonoBehaviour:
|
|||||||
m_Script: {fileID: 11500000, guid: d0ce6d4ae1a102accbe4dfb608a5b75e, type: 3}
|
m_Script: {fileID: 11500000, guid: d0ce6d4ae1a102accbe4dfb608a5b75e, type: 3}
|
||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
text: {fileID: 0}
|
text: {fileID: 673338280}
|
||||||
updateButton: {fileID: 0}
|
updateButton: {fileID: 1292044491}
|
||||||
--- !u!4 &101625093
|
--- !u!4 &101625093
|
||||||
Transform:
|
Transform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@@ -3369,6 +3369,7 @@ GameObject:
|
|||||||
- component: {fileID: 1292044492}
|
- component: {fileID: 1292044492}
|
||||||
- component: {fileID: 1292044491}
|
- component: {fileID: 1292044491}
|
||||||
- component: {fileID: 1292044494}
|
- component: {fileID: 1292044494}
|
||||||
|
- component: {fileID: 1292044495}
|
||||||
m_Layer: 5
|
m_Layer: 5
|
||||||
m_Name: UpdateButton
|
m_Name: UpdateButton
|
||||||
m_TagString: Untagged
|
m_TagString: Untagged
|
||||||
@@ -3494,6 +3495,19 @@ MonoBehaviour:
|
|||||||
invert: 0
|
invert: 0
|
||||||
addMore: {r: 0, g: 0, b: 0, a: 0}
|
addMore: {r: 0, g: 0, b: 0, a: 0}
|
||||||
reverseAdd: 0
|
reverseAdd: 0
|
||||||
|
--- !u!114 &1292044495
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1292044489}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 9a8b73eae2cbe1defa6dfa806975d95f, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier: Assembly-CSharp::ButtonToURL
|
||||||
|
url: https://games.lncvrt.xyz/game/berry-dash
|
||||||
--- !u!1 &1314896801
|
--- !u!1 &1314896801
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
@@ -24,13 +24,6 @@ public class LatestVersionText : MonoBehaviour
|
|||||||
|
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
if (updateButton != null)
|
|
||||||
{
|
|
||||||
updateButton.onClick.AddListener(() =>
|
|
||||||
{
|
|
||||||
Application.OpenURL("https://berrydash.lncvrt.xyz/download");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
RefreshText();
|
RefreshText();
|
||||||
if (latest == null) GetLatestVersion();
|
if (latest == null) GetLatestVersion();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user