deleted demo task and added placable extractors
Build Godot Project (Linux) / build-linux (push) Successful in 28s

This commit is contained in:
2026-06-22 16:34:38 -06:00
parent 2d2485910f
commit 9d003b03d8
11 changed files with 194 additions and 36 deletions
+15
View File
@@ -17,3 +17,18 @@ text = "-99"
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1
[node name="tooltip" type="RichTextLabel" parent="." unique_id=1644072015]
offset_left = -16.0
offset_top = -16.0
offset_right = 84.0
offset_bottom = 84.0
fit_content = true
autowrap_mode = 0
[node name="Control" type="Control" parent="." unique_id=966102127]
layout_mode = 3
anchors_preset = 0
[connection signal="mouse_entered" from="Control" to="." method="_on_control_mouse_entered"]
[connection signal="mouse_exited" from="Control" to="." method="_on_control_mouse_exited"]