Added finish upgraded level1 and added music
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user