fixed a crash when exiting pipes, and restored the LL font cause apparently i accidentily deleted it last commit, whoops, also wrote a quick optimization into the font updater to speed up load times

This commit is contained in:
JoeMama
2025-10-17 09:48:04 +01:00
parent 77b91b3840
commit 80faeadafc
8 changed files with 402 additions and 5 deletions

View File

@@ -67,6 +67,7 @@ func exit_pipe() -> void:
can_enter = false
pipe_exited.emit()
for i in get_tree().get_nodes_in_group("Players"):
await i.ready
i.go_to_exit_pipe(self)
for i in get_tree().get_nodes_in_group("Players"):
await get_tree().create_timer(0.5, false).timeout