From c97d8eb7f0900cb6895acb2e5bdce1044931b91a Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 22 Feb 2019 19:39:47 +0800 Subject: *misc --- Source/Asura.Editor/Source/Editor.cpp | 6 ++++++ Source/Asura.Editor/Source/Widget.h | 9 --------- Source/Asura.Editor/Source/Widgets/Widget.h | 9 +++++++++ Source/Asura.Editor/Source/Window.h | 14 -------------- Source/Asura.Editor/Source/Window/Window.h | 14 ++++++++++++++ Source/Asura.Editor/Source/main.cpp | 0 Source/Asura.Framework/scripts/graphics/animator.lua | 4 +++- 7 files changed, 32 insertions(+), 24 deletions(-) create mode 100644 Source/Asura.Editor/Source/Editor.cpp delete mode 100644 Source/Asura.Editor/Source/Widget.h create mode 100644 Source/Asura.Editor/Source/Widgets/Widget.h delete mode 100644 Source/Asura.Editor/Source/Window.h create mode 100644 Source/Asura.Editor/Source/Window/Window.h delete mode 100644 Source/Asura.Editor/Source/main.cpp (limited to 'Source') 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/Widget.h deleted file mode 100644 index 286fe91..0000000 --- a/Source/Asura.Editor/Source/Widget.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __ASURA_EDITOR_WIDGET_H__ -#define __ASURA_EDITOR_WIDGET_H__ - -namespace AusraEditor -{ - -} - -#endif \ No newline at end of file diff --git a/Source/Asura.Editor/Source/Widgets/Widget.h b/Source/Asura.Editor/Source/Widgets/Widget.h new file mode 100644 index 0000000..286fe91 --- /dev/null +++ b/Source/Asura.Editor/Source/Widgets/Widget.h @@ -0,0 +1,9 @@ +#ifndef __ASURA_EDITOR_WIDGET_H__ +#define __ASURA_EDITOR_WIDGET_H__ + +namespace AusraEditor +{ + +} + +#endif \ No newline at end of file diff --git a/Source/Asura.Editor/Source/Window.h b/Source/Asura.Editor/Source/Window.h deleted file mode 100644 index 7b265ef..0000000 --- a/Source/Asura.Editor/Source/Window.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __ASURA_EDITOR_WINDOW_H__ -#define __ASURA_EDITOR_WINDOW_H__ - -namespace AsuraEditor -{ - - class Window - { - - }; - -} - -#endif \ No newline at end of file diff --git a/Source/Asura.Editor/Source/Window/Window.h b/Source/Asura.Editor/Source/Window/Window.h new file mode 100644 index 0000000..7b265ef --- /dev/null +++ b/Source/Asura.Editor/Source/Window/Window.h @@ -0,0 +1,14 @@ +#ifndef __ASURA_EDITOR_WINDOW_H__ +#define __ASURA_EDITOR_WINDOW_H__ + +namespace AsuraEditor +{ + + class Window + { + + }; + +} + +#endif \ No newline at end of file diff --git a/Source/Asura.Editor/Source/main.cpp b/Source/Asura.Editor/Source/main.cpp deleted file mode 100644 index e69de29..0000000 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 -- cgit v1.1-26-g67d0