golf: Address missing imports (#112)
* golf: Address missing imports
* spellbook: Golf related magic words for easier debugging
* Revert "spellbook: Golf related magic words for easier debugging"
This reverts commit c0de7f6713
.
This commit is contained in:
parent
c50df48a06
commit
e4e94207d5
4 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,7 @@ from direct.distributed import DistributedObjectAI
|
||||||
from direct.directnotify import DirectNotifyGlobal
|
from direct.directnotify import DirectNotifyGlobal
|
||||||
from toontown.toonbase import ToontownGlobals
|
from toontown.toonbase import ToontownGlobals
|
||||||
from panda3d.core import *
|
from panda3d.core import *
|
||||||
|
from panda3d.ode import OdeTriMeshData, OdeTriMeshGeom, OdeBody, OdeRayGeom
|
||||||
from . import DistributedPhysicsWorldAI
|
from . import DistributedPhysicsWorldAI
|
||||||
from direct.fsm.FSM import FSM
|
from direct.fsm.FSM import FSM
|
||||||
from toontown.ai.ToonBarrier import *
|
from toontown.ai.ToonBarrier import *
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
from panda3d.core import *
|
from panda3d.core import *
|
||||||
from toontown.toonbase.ToonBaseGlobal import *
|
from direct.gui.DirectGui import *
|
||||||
|
from toontown.toonbase import TTLocalizer, ToontownGlobals
|
||||||
from direct.interval.IntervalGlobal import *
|
from direct.interval.IntervalGlobal import *
|
||||||
from direct.task import Task
|
from direct.task import Task
|
||||||
from direct.directnotify import DirectNotifyGlobal
|
from direct.directnotify import DirectNotifyGlobal
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
from panda3d.core import *
|
from panda3d.core import *
|
||||||
from toontown.toonbase.ToonBaseGlobal import *
|
from toontown.toonbase import TTLocalizer, ToontownGlobals
|
||||||
from direct.directnotify import DirectNotifyGlobal
|
from direct.directnotify import DirectNotifyGlobal
|
||||||
|
from direct.gui.DirectGui import *
|
||||||
from direct.interval.IntervalGlobal import *
|
from direct.interval.IntervalGlobal import *
|
||||||
from direct.task import Task
|
from direct.task import Task
|
||||||
from math import *
|
from math import *
|
||||||
|
|
|
@ -2,6 +2,7 @@ from direct.distributed import DistributedObject
|
||||||
from direct.directnotify import DirectNotifyGlobal
|
from direct.directnotify import DirectNotifyGlobal
|
||||||
from toontown.toonbase import ToontownGlobals
|
from toontown.toonbase import ToontownGlobals
|
||||||
from panda3d.core import *
|
from panda3d.core import *
|
||||||
|
from panda3d.ode import OdeWorld, OdeSimpleSpace, OdeJointGroup, OdePlaneGeom, OdeBody, OdeMass, OdeSphereGeom, OdeBoxGeom, OdeSliderJoint, OdeTriMeshData, OdeTriMeshGeom, OdeHingeJoint
|
||||||
from math import *
|
from math import *
|
||||||
import math
|
import math
|
||||||
from direct.fsm.FSM import FSM
|
from direct.fsm.FSM import FSM
|
||||||
|
|
Loading…
Reference in a new issue