mirror of
https://github.com/britzl/monarch.git
synced 2025-11-26 19:00:53 +01:00
Improved examples. Added transitions
This commit is contained in:
@@ -100,6 +100,7 @@ local function back_out(screen)
|
||||
local co
|
||||
co = coroutine.create(function()
|
||||
screen.co = co
|
||||
msg.post(screen.script, "release_input_focus")
|
||||
msg.post(screen.script, "monarch_context")
|
||||
coroutine.yield()
|
||||
msg.post(screen.transitions.back_out, "transition_back_out")
|
||||
|
||||
Reference in New Issue
Block a user