Rick roll the player if they click an ad

This commit is contained in:
Zoey Kitt 2024-11-16 14:39:02 -06:00
parent 8e7b7e1fc7
commit 97864e7179

View file

@ -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")