mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2026-03-22 00:26:23 +00:00
Update menu_button_overlay.gd
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user