From 07816194cb623e8e52d601a4e2e5e24585df8f16 Mon Sep 17 00:00:00 2001 From: Cold-Mint Date: Sun, 28 Apr 2024 22:24:05 +0800 Subject: [PATCH] =?UTF-8?q?Add=20the=20link=20button.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?link=20button=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/mainMenu.tscn | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scenes/mainMenu.tscn b/scenes/mainMenu.tscn index 348e06e..18e0cbf 100644 --- a/scenes/mainMenu.tscn +++ b/scenes/mainMenu.tscn @@ -36,13 +36,15 @@ offset_right = 87.0 offset_bottom = -20.0 grow_vertical = 0 -[node name="Bilibili" type="Label" parent="VBoxContainer"] -layout_mode = 2 -text = "Bilibili" - -[node name="GithubLabel2" type="Label" parent="VBoxContainer"] +[node name="GithubLink" type="LinkButton" parent="VBoxContainer"] layout_mode = 2 text = "Github" +uri = "https://github.com/Cold-Mint/Traveller" + +[node name="BiliBiliLink" type="LinkButton" parent="VBoxContainer"] +layout_mode = 2 +text = "Bilibili" +uri = "https://space.bilibili.com/1383759192" [node name="CopyrightLabel" type="Label" parent="VBoxContainer"] layout_mode = 2