aboutsummaryrefslogtreecommitdiff
path: root/game/src/CreditsMenu/GodotEngineButton.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/src/CreditsMenu/GodotEngineButton.gd')
-rw-r--r--game/src/CreditsMenu/GodotEngineButton.gd4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/src/CreditsMenu/GodotEngineButton.gd b/game/src/CreditsMenu/GodotEngineButton.gd
deleted file mode 100644
index ca3a958..0000000
--- a/game/src/CreditsMenu/GodotEngineButton.gd
+++ /dev/null
@@ -1,4 +0,0 @@
-extends Button
-
-func _on_pressed():
- OS.shell_open("https://godotengine.org")