mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
5 lines
123 B
GDScript
5 lines
123 B
GDScript
extends LinkButton
|
|
|
|
func _on_LinkButton_pressed():
|
|
OS.shell_open("https://github.com/godotengine/webrtc-native/releases")
|