Allow Playground to download images and create text sprites at runtime

This commit is contained in:
2021-09-30 17:05:21 -06:00
parent f48cf658ec
commit 420d8da414
3 changed files with 10 additions and 0 deletions

View File

@@ -171,6 +171,8 @@
(doFor e changeSet
// process the WikipediaImageSystem and run spriteSystem process on newly created entries that get one
(archive.processSystems)
// Do a second loop through the systems, so Playground systems that trigger Core systems have their effects processed
(archive.processSystems)
// Entries whose data changed to remove them from the sprite pool will already have been removed
// by refreshEntry()