finished belts. Some random errors in corners...
Build Godot Project (Linux & Windows) / build-linux (push) Successful in 29s
Build Godot Project (Linux & Windows) / build-windows (push) Successful in 32s

This commit is contained in:
2026-06-22 21:21:32 -06:00
parent d802c901ac
commit 2776482c21
5 changed files with 37 additions and 23 deletions
+2 -2
View File
@@ -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.