From e26108787b6a121da83ce8dc23962adfedaf35d8 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 23 Jan 2019 08:37:54 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Asura.Framework/filesystem/animation_loader.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Source/Asura.Framework/filesystem/animation_loader.lua (limited to 'Source/Asura.Framework/filesystem/animation_loader.lua') diff --git a/Source/Asura.Framework/filesystem/animation_loader.lua b/Source/Asura.Framework/filesystem/animation_loader.lua new file mode 100644 index 0000000..f1dee29 --- /dev/null +++ b/Source/Asura.Framework/filesystem/animation_loader.lua @@ -0,0 +1,11 @@ +local AnimationLoader = AsuraEngine.Loader.New("animation") +local AnimationManager = require "AnimationManager" +local Animation = require "Animation" + +function AnimationLoader.Load(asset) + + local animation = AsuraEngine.Class() + +end + +return AnimationLoader \ No newline at end of file -- cgit v1.1-26-g67d0