From 0d63041bb04acb9f866796059002f21f720bb760 Mon Sep 17 00:00:00 2001 From: ra314 Date: Thu, 3 Feb 2022 23:33:38 +1100 Subject: [PATCH] Added a contact method. --- Scenes/UI/Help Menu.tscn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Scenes/UI/Help Menu.tscn b/Scenes/UI/Help Menu.tscn index cc05fe7..8e01812 100644 --- a/Scenes/UI/Help Menu.tscn +++ b/Scenes/UI/Help Menu.tscn @@ -60,6 +60,14 @@ custom_fonts/font = ExtResource( 3 ) toggle_mode = true text = "Objective" +[node name="Contact" type="Button" parent="VBoxContainer/Menu Options"] +margin_left = 827.0 +margin_right = 1115.0 +margin_bottom = 68.0 +custom_fonts/font = ExtResource( 3 ) +toggle_mode = true +text = "Contact Us" + [node name="Menu Display" type="Control" parent="VBoxContainer"] margin_top = 199.0 margin_right = 1920.0 @@ -426,6 +434,17 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="Contact" type="Label" parent="VBoxContainer/Menu Display"] +visible = false +margin_right = 1920.0 +margin_bottom = 201.0 +custom_fonts/font = ExtResource( 3 ) +text = "If you have any suggestions, feedback, or simply want to share your appreciation of the game, you can contact me at debianlovestux@gmail.com" +autowrap = true +__meta__ = { +"_edit_use_anchors_": false +} + [node name="Return To Game" type="Button" parent="."] margin_left = 1495.0 margin_right = 1919.0