Conveyor renamed to belt internally

This commit is contained in:
Rendo 2025-10-15 00:41:06 +05:00
commit eab885b9d3
8 changed files with 6 additions and 6 deletions

View 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)