diff options
author | chai <chaifix@163.com> | 2019-02-22 19:39:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-22 19:39:47 +0800 |
commit | c97d8eb7f0900cb6895acb2e5bdce1044931b91a (patch) | |
tree | c9598d956f6e6369c6d35dc362c1712c55461ae4 /Source | |
parent | 70db40343bf64502ce13a70a4e27fca1125538b5 (diff) |
*misc
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Asura.Editor/Source/Editor.cpp | 6 | ||||
-rw-r--r-- | Source/Asura.Editor/Source/Widgets/Widget.h (renamed from Source/Asura.Editor/Source/Widget.h) | 0 | ||||
-rw-r--r-- | Source/Asura.Editor/Source/Window/Window.h (renamed from Source/Asura.Editor/Source/Window.h) | 0 | ||||
-rw-r--r-- | Source/Asura.Editor/Source/main.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Framework/scripts/graphics/animator.lua | 4 |
5 files changed, 9 insertions, 1 deletions
diff --git a/Source/Asura.Editor/Source/Editor.cpp b/Source/Asura.Editor/Source/Editor.cpp new file mode 100644 index 0000000..29fb76d --- /dev/null +++ b/Source/Asura.Editor/Source/Editor.cpp @@ -0,0 +1,6 @@ + + +int main(int argc, char *argv[]) +{ + +}
\ No newline at end of file diff --git a/Source/Asura.Editor/Source/Widget.h b/Source/Asura.Editor/Source/Widgets/Widget.h index 286fe91..286fe91 100644 --- a/Source/Asura.Editor/Source/Widget.h +++ b/Source/Asura.Editor/Source/Widgets/Widget.h diff --git a/Source/Asura.Editor/Source/Window.h b/Source/Asura.Editor/Source/Window/Window.h index 7b265ef..7b265ef 100644 --- a/Source/Asura.Editor/Source/Window.h +++ b/Source/Asura.Editor/Source/Window/Window.h diff --git a/Source/Asura.Editor/Source/main.cpp b/Source/Asura.Editor/Source/main.cpp deleted file mode 100644 index e69de29..0000000 --- a/Source/Asura.Editor/Source/main.cpp +++ /dev/null diff --git a/Source/Asura.Framework/scripts/graphics/animator.lua b/Source/Asura.Framework/scripts/graphics/animator.lua index 170d31f..5c77adc 100644 --- a/Source/Asura.Framework/scripts/graphics/animator.lua +++ b/Source/Asura.Framework/scripts/graphics/animator.lua @@ -1,4 +1,6 @@ -AsuraEngine.Animator = AsuraEngine.Component.Sub("Animator") +local Component = AsuraEngine.Framework.Require("component") + +AsuraEngine.Animator = Component.Sub("Animator") local Animator = AsuraEngine.Animator |