Moved some folders

This commit is contained in:
Aaron Moser
2023-07-22 12:32:24 +02:00
parent 6cd54a48e7
commit a98dfe62a7
18 changed files with 13311 additions and 9407 deletions

View File

@@ -1,30 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Clock : MonoBehaviour
{
// Array ref to player managers
public GameManager GameManager { private get; set; }
public float DayTime = 10.0f;
// Start is called before the first frame update
void Start()
{
// callUpdateGame will be called once each n seconds
InvokeRepeating("CallUpdateGame", 0.0f, DayTime);
}
// Update is called once per frame
void Update(){}
// calls update game
private void CallUpdateGame()
{
if (GameManager != null)
{
GameManager.UpdateGame();
}
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 0128bb3b379e8144eae3b33ceb9c4bfd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,17 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class Exit : MonoBehaviour
{
public string sceneName;
// To change the scene by name
public void changeScene()
{
Debug.Log("Taste exit wurde gedr<64>ckt!");
SceneManager.LoadScene(sceneName);
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: d6e5a86eab8a0ad47b9c96feb36e4fc0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: e6da461d1d37e264a9cf2ba5afa9697b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: