From ed55634426e42bb151f6c1710d8d0446e8ece8e1 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Jan 2019 10:18:00 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Asura.Framework/Graphics/Animator.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Source/Asura.Framework/Graphics/Animator.lua') diff --git a/Source/Asura.Framework/Graphics/Animator.lua b/Source/Asura.Framework/Graphics/Animator.lua index 0f37c8b..eb33e49 100644 --- a/Source/Asura.Framework/Graphics/Animator.lua +++ b/Source/Asura.Framework/Graphics/Animator.lua @@ -1,7 +1,15 @@ local Animator = Class() -Animator.animation = AsuraEngine.Type.Animation +Animator.animation = AsuraEngine.Animation.None +local animation = AsuraEngine.Animation.New() +function Animator:OnUpdate(dt) + +end + +function Animator:OnRender() + +end return Animator \ No newline at end of file -- cgit v1.1-26-g67d0