3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 02:17:53 +02:00

6 lines
132 B
Plaintext

local monarch = require "monarch.monarch"
function update(self, dt)
gui.set_text(gui.get_node("stack"), monarch.dump_stack())
end