Spawn a window when the microgame timer goes off
This commit is contained in:
parent
d41af62374
commit
57014a6756
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ func _process(delta: float) -> void:
|
|||
|
||||
func _on_microgame_spawn_timer_timeout() -> void:
|
||||
print("WAAAHAHAHA MICROGAMES")
|
||||
|
||||
var window = Window.new()
|
||||
add_child(window)
|
||||
|
|
Loading…
Add table
Reference in a new issue