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

@@ -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;