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:
Kirabsol 2025-01-28 23:41:01 +01:00
parent 0e815e1a05
commit f52ac8863c
11 changed files with 1295 additions and 15 deletions

View file

@ -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()
{