cultists_of_campath/01 - Menus/04 - Modules/ini_button.tscn
2025-12-09 20:17:57 +01:00

23 lines
644 B
Text

[gd_scene load_steps=2 format=3 uid="uid://csa8o3aa1jxx5"]
[ext_resource type="Script" uid="uid://c5e5v6ai5yv0w" path="res://01 - Menus/04 - Modules/ini_button.gd" id="1_jc31o"]
[node name="ini_button" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1_jc31o")
[node name="button" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 0
offset_right = 256.0
offset_bottom = 64.0
text = "button"
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]