This commit is contained in:
2024-04-26 13:55:38 +02:00
parent 2374118538
commit 69f6830b7f
8 changed files with 620 additions and 360 deletions

View File

@@ -0,0 +1,31 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LapTimer : MonoBehaviour
{
// public List<float> times;
// private bool startTime = false;
// private void OnTriggerEnter(Collider other) {
// if (startTime)
// {
// startTime = false;
// print(time);
// } else {
// startTime = true;
// }
// }
// void FixedUpdate()
// {
// time +=1;
// }
}

View File

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