7 lines
141 B
Python
7 lines
141 B
Python
|
"""
|
||
|
Contains the global particle system manager
|
||
|
"""
|
||
|
from panda3d.physics import ParticleSystemManager
|
||
|
|
||
|
particleMgr = ParticleSystemManager()
|