mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 18:37:46 +02:00
6 lines
132 B
Plaintext
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
|