Move sounds

New task (textures only)
This commit is contained in:
2020-10-05 16:37:57 +02:00
parent ace4593b46
commit c623d6d168
17 changed files with 372 additions and 68 deletions

View File

@@ -9,3 +9,7 @@ func _on_Create_pressed():
func _on_Join_pressed():
if(get_tree().get_network_peer() == null):
Networking.connect_to_server()
func _on_Explosion_finished():
$"/root/Node2D/Hints/Explosion".visible = false