diff --git a/scenes/microgames/ad/ad_window.gd b/scenes/microgames/ad/ad_window.gd index e397532..3e3fc33 100644 --- a/scenes/microgames/ad/ad_window.gd +++ b/scenes/microgames/ad/ad_window.gd @@ -30,3 +30,7 @@ func _on_close_requested() -> void: super() print("Hmm perchance") win.emit(self) + + +func _on_texture_button_pressed() -> void: + OS.shell_open("https://www.youtube.com/watch?v=dQw4w9WgXcQ")