From c9b06823e7baea79f93d2750bdcbf9be220bc590 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sun, 11 Feb 2024 04:25:33 -0800 Subject: [PATCH] timer --- src/physics.rs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/physics.rs b/src/physics.rs index 235a5e1..e904a8d 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -744,6 +744,8 @@ pub struct PhysicsState{ //the spawn point is where you spawn when you load into the map. //This is not the same as Reset which teleports you to Spawn0 spawn_point:Planar64Vec3, + //lmao lets go + start_time:Option