blocks level
This commit is contained in:
parent
784d5583b1
commit
0bc952900a
6 changed files with 112 additions and 12 deletions
|
@ -2,18 +2,26 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://dody51xll2hpa" path="res://scripts/blocks_programm/block.gd" id="1_i1xsu"]
|
||||
|
||||
[node name="block" type="Label"]
|
||||
[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 = 0.360001
|
||||
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
|
||||
script = ExtResource("1_i1xsu")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
[node name="ColorRect" type="ColorRect" parent="Label"]
|
||||
z_index = -1
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
@ -21,3 +29,5 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[connection signal="pressed" from="." to="." method="_on_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue