about summary refs log tree commit diff stats
path: root/.gitmodules
Commit message (Expand)AuthorAgeFilesLines
* Protobuf works! Parsing connectionsStar Rauchenberger2025-08-071-0/+0
'#n13'>13 14
extends Node

var key


func _ready():
	self.get_parent().get_node("Viewport/GUI/Panel/TextEdit").connect(
		"answer_correct", self, "handle_correct"
	)


func handle_correct():
	var apclient = global.get_node("Archipelago")
	apclient.setValue(key, true)