#193 WIP pocket initial app, sidebar added

This commit is contained in:
Mikayla Fischler
2023-04-12 12:40:13 -04:00
parent 3ae39b2455
commit 075a0280ac
11 changed files with 633 additions and 38 deletions

View File

@@ -85,7 +85,7 @@ local function waiting(args)
if state >= 12 then state = 0 end
if run_animation then
tcd.dispatch_unique(0.5, animate)
tcd.dispatch_unique(0.15, animate)
end
end