|
@@ -5,6 +5,8 @@ from MessengerGlobal import *
|
|
|
from TaskManagerGlobal import *
|
|
from TaskManagerGlobal import *
|
|
|
from EventManagerGlobal import *
|
|
from EventManagerGlobal import *
|
|
|
from PythonUtil import *
|
|
from PythonUtil import *
|
|
|
|
|
+#from ParticleManagerGlobal import *
|
|
|
|
|
+#from PhysicsManagerGlobal import *
|
|
|
import Task
|
|
import Task
|
|
|
import EventManager
|
|
import EventManager
|
|
|
import math
|
|
import math
|
|
@@ -103,6 +105,9 @@ class ShowBase:
|
|
|
|
|
|
|
|
self.taskMgr = taskMgr
|
|
self.taskMgr = taskMgr
|
|
|
|
|
|
|
|
|
|
+ #self.particleMgr = particleMgr
|
|
|
|
|
+ #self.physicsMgr = physicsMgr
|
|
|
|
|
+
|
|
|
self.createAudioManager()
|
|
self.createAudioManager()
|
|
|
self.createRootPanel()
|
|
self.createRootPanel()
|
|
|
self.createStats()
|
|
self.createStats()
|