DD/scenes/blocks/block.tscn
2025-08-27 15:02:47 +03:00

33 lines
869 B
Text

[gd_scene load_steps=2 format=3 uid="uid://kwnkl36mvngk"]
[ext_resource type="Script" uid="uid://dody51xll2hpa" path="res://scripts/blocks_programm/block.gd" id="1_i1xsu"]
[node name="Block" type="TextureButton"]
z_index = 1
anchors_preset = -1
anchor_right = 0.034
anchor_bottom = 0.033
offset_right = -0.280006
offset_bottom = 12.24
grow_vertical = 2
script = ExtResource("1_i1xsu")
[node name="Label" type="Label" parent="."]
layout_mode = 1
anchors_preset = 9
anchor_bottom = 1.0
offset_right = 1.0
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 26
[node name="ColorRect" type="ColorRect" parent="Label"]
z_index = -1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[connection signal="pressed" from="." to="." method="_on_pressed"]