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

@@ -26,6 +26,11 @@ function on_input(self, action_id, action)
monarch.back(function()
print("back from popup done")
end)
elseif gui.pick_node(gui.get_node("about_button"), action.x, action.y) then
print("about")
monarch.show(hash("about"), {clear=true, reload=true}, nil, function()
print("about show done")
end)
end
end
end