end camera preview
This commit is contained in:
parent
22ff2601e5
commit
8463e7cc23
10 changed files with 139 additions and 26 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue