Poodletooth-iLand/panda/direct/leveleditor/AnimMgr.py

11 lines
233 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
"""
Defines AnimMgr
"""
from AnimMgrBase import *
class AnimMgr(AnimMgrBase):
""" Animation will create, manage, update animations in the scene """
def __init__(self, editor):
AnimMgrBase.__init__(self, editor)