open_toontown_panda3d/direct/src/showbase/PhysicsManagerGlobal.py

8 lines
176 B
Python

"""PhysicsManagerGlobal module: contains the global physics manager"""
__all__ = ['physicsMgr']
from pandac.PandaModules import PhysicsManager
physicsMgr = PhysicsManager()