mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-04 14:49:41 +01:00
5 lines
123 B
GDScript3
5 lines
123 B
GDScript3
|
extends LinkButton
|
||
|
|
||
|
func _on_LinkButton_pressed():
|
||
|
OS.shell_open("https://github.com/godotengine/webrtc-native/releases")
|