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

Added multiple bugfixes

This commit is contained in:
Björn Ritzl
2017-12-06 21:25:27 +01:00
parent 1b3b16c355
commit 19e9c0d8a7
6 changed files with 185 additions and 20 deletions

View File

@@ -31,4 +31,7 @@ end
function on_message(self, message_id, message, sender)
self.transition.handle(message_id, message, sender)
if message_id == monarch.FOCUS.GAINED then
gui.set_text(gui.get_node("timestamp"), os.date())
end
end