Work on pickups and multiplayer
This commit is contained in:
@@ -70,7 +70,7 @@ func _on_joining_back_button_pressed() -> void:
|
||||
%Joining.visible = false
|
||||
%Menu.visible = true
|
||||
|
||||
func _on_client_added(peer_handle : String, peer_id : int) -> void:
|
||||
func _on_client_added(peer_handle : String, _peer_id : int) -> void:
|
||||
%ParticipantsText.text = "[color=FFFF00][b]*%s[/b][/color]\n[color=FFFFFF]*%s[/color]" % [handle, peer_handle]
|
||||
%StartButton.disabled = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user