Behavior choice complete
omg ça marche juste la défense il faut une reine mais en vrai c'est pas grave
This commit is contained in:
parent
0e815e1a05
commit
f52ac8863c
11 changed files with 1295 additions and 15 deletions
|
@ -1,19 +1,17 @@
|
|||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class WinCanvas : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
[SerializeField] TextMeshProUGUI time;
|
||||
[SerializeField] GameObject gameUI;
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
time.text = gameUI.GetComponent<GameUI>().time.ToString();
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void NextLevel()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue