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