Added finish upgraded level1 and added music

This commit is contained in:
2021-07-21 13:45:21 +02:00
parent bd7e38914d
commit 3cd83e3f6a
14 changed files with 49828 additions and 1586 deletions

View File

@@ -16,6 +16,7 @@ public class CameraTracking : MonoBehaviour
{
Vector3 playpos = player.transform.position;
playpos.z = playpos.z - 10;
playpos.y = playpos.y + 3;
transform.position = playpos;
}
}