3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Use new on_transition()

This commit is contained in:
Björn Ritzl
2023-08-02 07:47:47 +02:00
parent 0191a4e540
commit 4e13660d63
9 changed files with 24 additions and 52 deletions

View File

@@ -23,6 +23,5 @@ function on_input(self, action_id, action)
end
function on_message(self, message_id, message, sender)
print("window2", message_id, message, sender)
monarch.on_message(message_id, message, sender)
end