Fix stuff using old links
This commit is contained in:
@@ -1058,6 +1058,7 @@ GameObject:
|
||||
- component: {fileID: 1024664080}
|
||||
- component: {fileID: 1024664079}
|
||||
- component: {fileID: 1024664078}
|
||||
- component: {fileID: 1024664082}
|
||||
- component: {fileID: 1024664081}
|
||||
m_Layer: 5
|
||||
m_Name: UpdateButton
|
||||
@@ -1184,6 +1185,19 @@ MonoBehaviour:
|
||||
invert: 0
|
||||
addMore: {r: 0, g: 0, b: 0, a: 0}
|
||||
reverseAdd: 0
|
||||
--- !u!114 &1024664082
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1024664076}
|
||||
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 &1053201553
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
||||
@@ -25,10 +25,6 @@ public class LoadingMenu : MonoBehaviour
|
||||
QualitySettings.vSyncCount = 0;
|
||||
}
|
||||
PlayerPrefs.SetString("latestVersion", Application.version);
|
||||
updateButton.onClick.AddListener(() =>
|
||||
{
|
||||
Application.OpenURL("https://berrydash.lncvrt.xyz/download");
|
||||
});
|
||||
CheckUpdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user