diff options
author | chai <chaifix@163.com> | 2019-01-31 18:38:35 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-31 18:38:35 +0800 |
commit | 2ec55fd974a63b705a4777c256d2222c874fa043 (patch) | |
tree | 48f1fea59ee9fc713a28a9aac3f05b98dc5ae66f /Samples/Hello/editor/card_editor.lua | |
parent | c581dfbf1e849f393861d15e82aa6446c0c1c310 (diff) |
*SDL project
Diffstat (limited to 'Samples/Hello/editor/card_editor.lua')
-rw-r--r-- | Samples/Hello/editor/card_editor.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Samples/Hello/editor/card_editor.lua b/Samples/Hello/editor/card_editor.lua new file mode 100644 index 0000000..3527881 --- /dev/null +++ b/Samples/Hello/editor/card_editor.lua @@ -0,0 +1,12 @@ +local CardEditor = AsuraEditor.Window.New("Card Editor", "tools/My windows/Card editor") + +function CardEditor.OnOpen(self) + self:SetSize(200, 300) + +end + +function CardEditor.OnEvent(self, e) + +end + +return CardEditor
\ No newline at end of file |