mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
6 lines
207 B
GDScript3
6 lines
207 B
GDScript3
|
extends LinkButton
|
||
|
|
||
|
func _on_LinkButton_button_up():
|
||
|
# warning-ignore:return_value_discarded
|
||
|
OS.shell_open("http://docs.godotengine.org/en/3.2/tutorials/io/background_loading.html#using-multiple-threads")
|