diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-04-28 10:22:15 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-04-28 10:22:15 +0200 |
commit | a52c2b828ad5ade0c2e3d61f687951b25a727c88 (patch) | |
tree | c2a5c68798e3522620f4a1bfbe6718803eacdea4 /game/src/CreditsMenu/GodotEngineButton.gd | |
parent | 10053cf259c55ee45803268a844edf1011d8a16b (diff) |
Add some license conformance for Godot
Add License Attribution for OpenVic2, Godot, FreeType, ENet, and mbed TLS in credits with redirect links to licenses
Add contributor and donor list for Godot to credits
Add link button for Godot, redirects to https://godotengine.org
Diffstat (limited to 'game/src/CreditsMenu/GodotEngineButton.gd')
-rw-r--r-- | game/src/CreditsMenu/GodotEngineButton.gd | 4 |
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") |