Conveyor sideloading
This commit is contained in:
parent
222960a824
commit
81451bd356
14 changed files with 243 additions and 17 deletions
8
scripts/autoloads/conveyor_manager.gd
Normal file
8
scripts/autoloads/conveyor_manager.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends Node
|
||||
|
||||
# TODO: Use this autoload for conveyor optimizations
|
||||
|
||||
var sync_time : float
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
sync_time = fposmod(sync_time+delta,1)
|
1
scripts/autoloads/conveyor_manager.gd.uid
Normal file
1
scripts/autoloads/conveyor_manager.gd.uid
Normal file
|
@ -0,0 +1 @@
|
|||
uid://damurnhtipmga
|
Loading…
Add table
Add a link
Reference in a new issue