From 2ec55fd974a63b705a4777c256d2222c874fa043 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 31 Jan 2019 18:38:35 +0800 Subject: *SDL project --- Samples/Hello/editor/card_editor.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Samples/Hello/editor/card_editor.lua (limited to 'Samples/Hello/editor/card_editor.lua') 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 -- cgit v1.1-26-g67d0