godot-demo-projects/networking/webrtc_minimal/link_button.gd

5 lines
123 B
GDScript3
Raw Normal View History

extends LinkButton
func _on_LinkButton_pressed():
OS.shell_open("https://github.com/godotengine/webrtc-native/releases")