Win screen (needs name change)

This commit is contained in:
PokingPines
2024-04-25 15:08:17 +02:00
parent f0d6d419cd
commit e8161eae77
15 changed files with 1195 additions and 11 deletions

View File

@@ -7,11 +7,11 @@ public class MapSelectorScript : MonoBehaviour
{
public int scene;
public void change_to_track2(){
scene = 1;
scene = 2;
}
public void change_to_track3(){
scene = 2;
scene = 3;
}
public void selectMap(){

View File

@@ -6,7 +6,7 @@ using TMPro;
public class TimeOfDay : MonoBehaviour
{
public string skyboxMaterial;
public string skyboxMaterial = "not selected";
public static TimeOfDay Instance;
public TextMeshProUGUI MainText;