add lua playground package

This commit is contained in:
Xuan Sang LE
2018-04-14 17:41:57 +02:00
parent c26577a72d
commit 1d4957b4c5
12 changed files with 244 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<afx-app-window apptitle="Lua Playground" width="500" height="450" data-id="LuaPlayground">
<afx-vbox >
<div data-id="editorea"></div>
<afx-resizer data-height="5"></afx-resizer>
<div data-id="output"></div>
</afx-vbox>
</afx-app-window>