mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
local monarch = require "monarch.monarch"
|
|
|
|
function init(self)
|
|
monarch.show(hash("menu"))
|
|
msg.post("@render:/", "clear_color", { color = vmath.vector4(0.4, 0.6, 0.8,1.0) })
|
|
end
|