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

@@ -140,6 +140,7 @@ func create_new_player(id: int, info):
var new_player = (load('res://Characters/Player/Player.tscn').instance() as KinematicBody2D)
new_player.position = info.position
new_player.name = str(id)
new_player.z_index = 10
new_player.set_network_master(id)
if get_tree().get_network_unique_id() != id: