Basic belts working

This commit is contained in:
2026-06-22 20:45:11 -06:00
parent 74757358c6
commit d802c901ac
7 changed files with 123 additions and 8 deletions
+10
View File
@@ -73,7 +73,17 @@ layout_mode = 2
texture_normal = ExtResource("9_j5hk1")
stretch_mode = 4
[node name="extractor_timer" type="Timer" parent="." unique_id=2112149298]
wait_time = 5.0
autostart = true
[node name="belt_timer" type="Timer" parent="." unique_id=1538161035]
wait_time = 0.2
autostart = true
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/extractor_button" to="." method="_on_extractor_button_pressed"]
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/belt_button" to="." method="_on_belt_button_pressed"]
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/adder_button" to="." method="_on_adder_button_pressed"]
[connection signal="pressed" from="CanvasLayer/Control/VBoxContainer/delete_button" to="." method="_on_delete_button_pressed"]
[connection signal="timeout" from="extractor_timer" to="." method="_on_extractor_timer_timeout"]
[connection signal="timeout" from="belt_timer" to="." method="_on_belt_timer_timeout"]