Skip to content

Commit

Permalink
Added a contact method.
Browse files Browse the repository at this point in the history
  • Loading branch information
ra314 committed Feb 3, 2022
1 parent fdbc417 commit 0d63041
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Scenes/UI/Help Menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0d63041

Please sign in to comment.