finished belts. Some random errors in corners...
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ var producer_value: int
|
||||
func _ready() -> void:
|
||||
print("Placed Extractor at: (%s, %s)" % [self.global_position[0], self.global_position[1]])
|
||||
|
||||
func setup(value):
|
||||
producer_value = value
|
||||
func setup(setup_value):
|
||||
producer_value = setup_value
|
||||
print("extractor value set as %s" % producer_value)
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
|
||||
Reference in New Issue
Block a user