123456789101112131415161718192021222324 |
- [gd_scene load_steps=3 format=3 uid="uid://bofh6d3hcv0fb"]
- [ext_resource type="Texture2D" uid="uid://0trgfy8ov7uq" path="res://sprites/LevelButton.svg" id="1_1o2ps"]
- [ext_resource type="Script" path="res://LevelSelect/LevelButton.gd" id="2_hhyf7"]
- [node name="LevelButton" type="TextureButton"]
- offset_right = 40.0
- offset_bottom = 40.0
- texture_normal = ExtResource("1_1o2ps")
- 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"]
|