mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 02:17:53 +02:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
local monarch = require "monarch.monarch"
|
|
|
|
function init(self)
|
|
monarch.show(hash("menu"))
|
|
end
|