ticker
This commit is contained in:
parent
c5846aba7b
commit
074bb21ffd
18 changed files with 99 additions and 51 deletions
|
@ -5,4 +5,6 @@ extends Node
|
|||
var sync_time : float
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
sync_time = fposmod(sync_time+delta,1)
|
||||
sync_time += delta
|
||||
if sync_time > 1:
|
||||
sync_time -= 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue