Before upgrade

This commit is contained in:
2023-02-17 15:25:04 +05:30
parent a2c0383433
commit 81c5788a02
80 changed files with 2386 additions and 14 deletions

29
Assets/Scripts/Login.cs Normal file
View File

@@ -0,0 +1,29 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Login : MonoBehaviour
{
public Button helpBtn;
public Button googleLoginBtn;
public Button guestLoginBtn;
public Text statusTxt;
void Awake(){
helpBtn.onClick.AddListener(OnHelp);
}
// Update is called once per frame
void Update()
{
}
void OnHelp(){
MessageBox.ShowMessage("This game saves your progress in cloud, in order to preserve the data. We need you to login with either Google or Guest login.", "Why Login?");
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c24071a71036c7f41b150275160859dd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: