blob: 5b44f23b1fd4d8a976c1cbd8fc2bea2e7b6d1e09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
extends Window
class_name MicrogameWindow
signal win(this: MicrogameWindow)
signal lose(this: MicrogameWindow)
signal ad_open(this: MicrogameWindow)
func _on_close_requested() -> void:
queue_free()
|