rotation rework, deletion of complex objects
This commit is contained in:
parent
609b1b976d
commit
8dcd7725a9
15 changed files with 103 additions and 147 deletions
4
scripts/structures/belt_animation_sync.gd
Normal file
4
scripts/structures/belt_animation_sync.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends AnimationPlayer
|
||||
|
||||
func _ready() -> void:
|
||||
seek.call_deferred(BeltManager.sync_time, true)
|
Loading…
Add table
Add a link
Reference in a new issue