about summary refs log tree commit diff stats
path: root/vendor/vcpkg
Commit message (Collapse)AuthorAgeFilesLines
* Use vcpkgStar Rauchenberger2023-05-021-0/+0
a id='n4' href='#n4'>4 5 6 7 8
extends "res://scripts/pause_menu.gd"


func _main_menu():
	var apclient = global.get_node("Archipelago")
	apclient.disconnect_from_ap()

	._main_menu()