From 1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Mar 2019 23:06:27 +0800 Subject: *rename --- 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