AutoStepper system

This commit is contained in:
2022-09-18 22:42:57 +00:00
parent 07aecdd9ed
commit 953255a165
11 changed files with 56 additions and 0 deletions

View File

@@ -205,6 +205,7 @@
(archive.addSystem (new ImageAttachmentSystem))
(archive.addSystem (new KeyShortcutSystem this))
(archive.addSystem (new DLSystem))
(archive.addSystem (new AutoStepperSystem))
(whenLet [ps (ui.playgroundSystem)]
(set playgroundSystem ps)
(archive.addSystem ps)