1234567891011121314151617181920212223 |
- [gd_scene load_steps=2 format=3 uid="uid://df1ubs36y5rfl"]
- [ext_resource type="Texture2D" uid="uid://dg3q37cp1vjot" path="res://sprites/level_button/level_button.svg" id="2_hhyf7"]
- [node name="LevelButton" type="TextureButton"]
- offset_right = 40.0
- offset_bottom = 40.0
- texture_normal = ExtResource("2_hhyf7")
- script = ExtResource("2_hhyf7")
- [node name="Label" type="Label" parent="."]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_font_sizes/font_size = 60
- horizontal_alignment = 1
- vertical_alignment = 1
- [connection signal="pressed" from="." to="." method="_on_pressed"]
|