summaryrefslogtreecommitdiff
path: root/samples/Hello/editor/card_editor.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-19 23:06:27 +0800
committerchai <chaifix@163.com>2019-03-19 23:06:27 +0800
commit1497dccd63a84b7ee2b229b1ad9c5c02718f2a78 (patch)
treef8d1bff50da13e126d08c7345653e002e293202d /samples/Hello/editor/card_editor.lua
parent5e2a973516e0729b225da9de0b03015dc5854ac4 (diff)
*rename
Diffstat (limited to 'samples/Hello/editor/card_editor.lua')
-rw-r--r--samples/Hello/editor/card_editor.lua12
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