end camera preview

This commit is contained in:
Crizomb 2025-08-06 07:23:29 +02:00
parent 22ff2601e5
commit 8463e7cc23
10 changed files with 139 additions and 26 deletions

View file

@ -2,10 +2,7 @@ extends Node
class_name TimeManager
var time := 0.0
var started := true
func _process(delta: float) -> void:
if !started: return
time += delta