Win screen (needs name change)
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user