Event Go To

This commit is contained in:
2025-05-20 07:28:02 -05:00
parent 7cd96e20d2
commit 6b2fa2b381
7 changed files with 69 additions and 12 deletions

View File

@@ -76,3 +76,6 @@ func startChild(child:Event) -> void:
child.interactee = self.interactee
child.interactor = self.interactor
child.start()
if child.isEndingEvent():
self.end()