From f650b0b59f4aaafc734abbb4cbebb169d7057a31 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 5 Sep 2022 17:31:41 -0400 Subject: [Manifold Garden] Added load removal --- Manifold Garden.asl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Manifold Garden.asl') diff --git a/Manifold Garden.asl b/Manifold Garden.asl index 14f9ed3..530fa52 100644 --- a/Manifold Garden.asl +++ b/Manifold Garden.asl @@ -242,6 +242,10 @@ update { } } +isLoading { + return current.isLoadingGameFromUI; +} + start { // Start the timer as soon as a game is being loaded (specifically the // moment you click a save slot to start a new game in, although it will -- cgit 1.4.1