mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-07-12 18:43:49 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bcq14356s3e2i"]
|
|
|
|
[ext_resource type="Script" uid="uid://c1tfuurttt8ft" path="res://scripts/main_menu_play_button.gd" id="1_28flt"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_erv1k"]
|
|
|
|
[node name="MainMenu" type="Node2D"]
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -51.0
|
|
offset_top = -11.0
|
|
offset_right = 253.0
|
|
offset_bottom = 109.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
text = "Cosmic Clash"
|
|
label_settings = SubResource("LabelSettings_erv1k")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 347.0
|
|
offset_top = 233.0
|
|
offset_right = 676.0
|
|
offset_bottom = 373.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
text = "Play"
|
|
script = ExtResource("1_28flt")
|
|
|
|
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]
|