Movie.didLoading

This commit is contained in:
2023-09-24 15:49:44 -06:00
parent 9d895007d6
commit 4a57826eb7
2 changed files with 2 additions and 0 deletions

View File

@@ -94,6 +94,7 @@
(director.doLoading ,preloadFuncs
scavenged
(makeCC
(set didLoading true)
(set isLoading false)
(print "Had to load ${loadedObjects}/${loadCalls} objects newly")
(cc))

View File

@@ -52,6 +52,7 @@
// This is set and unset by doPreload defined in HollywooDSL.kiss
(prop &mut isLoading false)
(prop &mut didLoading false)
(prop &mut scavenged false)
// Reuse as many loaded assets from the previously running Movie as safely possible