Files
godot_number_factory/producer.tscn
T
bionickatana 9d003b03d8
Build Godot Project (Linux) / build-linux (push) Successful in 28s
deleted demo task and added placable extractors
2026-06-22 16:34:38 -06:00

35 lines
1.2 KiB
Plaintext

[gd_scene format=3 uid="uid://djs8jhub580bq"]
[ext_resource type="Texture2D" uid="uid://b42vpifsywiux" path="res://assets/images/producer.png" id="1_px2oa"]
[ext_resource type="Script" uid="uid://ijy7vx56hsil" path="res://producer.gd" id="2_7keub"]
[node name="Producer" type="Sprite2D" unique_id=1400462977]
texture = ExtResource("1_px2oa")
script = ExtResource("2_7keub")
[node name="text_value" type="RichTextLabel" parent="." unique_id=2082396076]
offset_left = -16.0
offset_top = -16.0
offset_right = 16.0
offset_bottom = 16.0
theme_override_colors/default_color = Color(0.2343004, 3.2536387e-05, 0.88633025, 1)
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"]