Add new drawer scripts

This commit is contained in:
Evgeny
2023-07-14 21:18:05 +04:00
parent 082df0cd09
commit 92f6e0de16
22 changed files with 520 additions and 1 deletions

8
samples/drawer-test.lua Normal file
View File

@@ -0,0 +1,8 @@
-- name = "Drawer test"
-- type = "drawer"
-- testing = "true"
function on_drawer_open()
drawer:show_list{ "Empty" }
debug:toast("on_drawer_open() called!")
end