Files
ClickerGacha/Scenes/titleScreen.tscn
2024-06-18 11:33:55 -04:00

30 lines
750 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c1kf17y3j7jhy"]
[ext_resource type="Script" path="res://TitleClick.gd" id="1_8fgbc"]
[ext_resource type="Script" path="res://Scenes/titleScreen.gd" id="1_euijw"]
[node name="TitleScreen" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 768.0
offset_bottom = 432.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_euijw")
[node name="Title Text" type="RichTextLabel" parent="."]
layout_mode = 0
offset_right = 2422.0
offset_bottom = 1080.0
text = "Title Screen
Click Anywhere"
[node name="TitleClick" type="LinkButton" parent="Title Text"]
layout_mode = 0
offset_right = 1920.0
offset_bottom = 1080.0
script = ExtResource("1_8fgbc")