extends "res://scripts/doorControl.gd" func handle_correct(): var apclient = global.get_node("Archipelago") if not apclient._door_shuffle or apclient.doorIsVanilla(self.get_parent().name + "/" + self.name): .handle_correct() func openDoor(): if !ran: # Basically do the same thing that the base game does. ran = true $AnimationPlayer.play("Open") tracker Git repository'/>
about summary refs log blame commit diff stats
path: root/.clang-format
blob: 8de7fe6557704dfe7e8353c5bf26c2044c3ad50c (plain) (tree)
1
2