fix labels that do not match program style
This commit is contained in:
parent
5f157f386f
commit
3778dfb3f9
16 changed files with 56 additions and 43 deletions
9
Scripts/TurntableRedirector.gd
Normal file
9
Scripts/TurntableRedirector.gd
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends Node
|
||||
|
||||
@export var bot_path: String
|
||||
|
||||
func _movement_in(movement, rate):
|
||||
get_node("../%s" % bot_path)._movement_in(movement, rate)
|
||||
|
||||
func _movement_out(movement, rate):
|
||||
get_node("../%s" % bot_path)._movement_out(movement, rate)
|
Loading…
Add table
Add a link
Reference in a new issue