about summary refs log tree commit diff stats
path: root/.gitignore
blob: 32a9fd69b931d768014ba2be24963d3185d698e1 (plain) (blame)
1
Archipelago/gamedata.gd
ss */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
extends "res://scripts/pause_menu.gd"


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

	._main_menu()


func _pause_game():
	get_tree().get_root().get_node("Spatial/AP_TextClient").dismiss()
	._pause_game()