aboutsummaryrefslogtreecommitdiff
path: root/game/src/CreditsMenu/GodotEngineButton.gd
diff options
context:
space:
mode:
author George L. Albany <Megacake1234@gmail.com>2023-05-02 01:01:19 +0200
committer GitHub <noreply@github.com>2023-05-02 01:01:19 +0200
commit4a6965515afe26888d1f1eb9248e74a2bcb38afc (patch)
treeb5578eaaa0c19277d8da9aa6ba2cbdede5285a79 /game/src/CreditsMenu/GodotEngineButton.gd
parentb1e985e0774598b3add22069be50f891e981fd79 (diff)
parenta52c2b828ad5ade0c2e3d61f687951b25a727c88 (diff)
Merge pull request #99 from Spartan322/conform-license-for-godot
Diffstat (limited to 'game/src/CreditsMenu/GodotEngineButton.gd')
-rw-r--r--game/src/CreditsMenu/GodotEngineButton.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/src/CreditsMenu/GodotEngineButton.gd b/game/src/CreditsMenu/GodotEngineButton.gd
new file mode 100644
index 0000000..ca3a958
--- /dev/null
+++ b/game/src/CreditsMenu/GodotEngineButton.gd
@@ -0,0 +1,4 @@
+extends Button
+
+func _on_pressed():
+ OS.shell_open("https://godotengine.org")