Move sounds
New task (textures only)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user