Rick roll the player if they click an ad
This commit is contained in:
parent
8e7b7e1fc7
commit
97864e7179
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue