3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Moved advanced example to subfolder. Added basic example.

This commit is contained in:
Björn Ritzl
2021-04-26 22:47:37 +02:00
parent a19bdd78e8
commit 398e78670f
31 changed files with 551 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
local monarch = require "monarch.monarch"
function update(self, dt)
gui.set_text(gui.get_node("stack"), monarch.dump_stack())
end