blob: 4f989bdfb5482f4ce69ef55e6ff126a314652f9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require "AnimationManager"
require "Animation"
local loader = AsuraEngine.Loader.New("animation")
local manager = AsuraEngine.AnimationManager
local Animation = AsuraEngine.Animation
function AnimationLoader.Load(asset)
local animation = AsuraEngine.Class()
end
|