mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
Update menu_button_overlay.gd
This commit is contained in:
parent
ca55ea4d5e
commit
9d448ffeec
@ -18,10 +18,3 @@ func _on_return_to_main_menu_pressed():
|
||||
|
||||
func _on_exit_game_pressed():
|
||||
get_tree().quit()
|
||||
|
||||
|
||||
func _player_disconnected(id) -> void:
|
||||
if PersistentNodes.has_node(str(id)):
|
||||
PersistentNodes.get_node(str(id)).username_text_instance.queue_free()
|
||||
PersistentNodes.get_node(str(id)).health_bar_instance.queue_free()
|
||||
PersistentNodes.get_node(str(id)).queue_free()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user