summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/GUI
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/GUI')
-rw-r--r--Source/Asura.Framework/GUI/Button.lua7
-rw-r--r--Source/Asura.Framework/GUI/Text.lua0
2 files changed, 7 insertions, 0 deletions
diff --git a/Source/Asura.Framework/GUI/Button.lua b/Source/Asura.Framework/GUI/Button.lua
new file mode 100644
index 0000000..a63cc01
--- /dev/null
+++ b/Source/Asura.Framework/GUI/Button.lua
@@ -0,0 +1,7 @@
+-- Ϸimgui
+
+local Button = AsuraEngine.Component.Extend("Button")
+
+
+
+return Button \ No newline at end of file
diff --git a/Source/Asura.Framework/GUI/Text.lua b/Source/Asura.Framework/GUI/Text.lua
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura.Framework/GUI/Text.lua