about summary refs log tree commit diff stats
path: root/Manifold Garden.asl
diff options
context:
space:
mode:
Diffstat (limited to 'Manifold Garden.asl')
-rw-r--r--Manifold Garden.asl4
1 files changed, 4 insertions, 0 deletions
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 {
242 } 242 }
243} 243}
244 244
245isLoading {
246 return current.isLoadingGameFromUI;
247}
248
245start { 249start {
246 // Start the timer as soon as a game is being loaded (specifically the 250 // Start the timer as soon as a game is being loaded (specifically the
247 // moment you click a save slot to start a new game in, although it will 251 // moment you click a save slot to start a new game in, although it will