Vore_Sandbox_Remaster/scripts/link.gd

16 lines
308 B
GDScript3

extends BaseButton
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# This is simple code to open link that is in the tooltip.
func _pressed():
OS.shell_open(hint_tooltip)
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass