mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03: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")
|