Conveyor renamed to belt internally
This commit is contained in:
parent
2f68d123d7
commit
eab885b9d3
8 changed files with 6 additions and 6 deletions
8
scripts/autoloads/belt_manager.gd
Normal file
8
scripts/autoloads/belt_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)
|
Loading…
Add table
Add a link
Reference in a new issue