mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
LogicGate for non-AI
This commit is contained in:
parent
1c638ea9ba
commit
d342525ea9
@ -7,6 +7,7 @@ import DirectNotifyGlobal
|
|||||||
import EditMgr
|
import EditMgr
|
||||||
import EntrancePoint
|
import EntrancePoint
|
||||||
import LevelMgr
|
import LevelMgr
|
||||||
|
import LogicGate
|
||||||
import ZoneEntity
|
import ZoneEntity
|
||||||
import ModelEntity
|
import ModelEntity
|
||||||
import PathEntity
|
import PathEntity
|
||||||
@ -34,7 +35,7 @@ class EntityCreator(EntityCreatorBase.EntityCreatorBase):
|
|||||||
'editMgr': EditMgr.EditMgr,
|
'editMgr': EditMgr.EditMgr,
|
||||||
'entrancePoint': EntrancePoint.EntrancePoint,
|
'entrancePoint': EntrancePoint.EntrancePoint,
|
||||||
'levelMgr': LevelMgr.LevelMgr,
|
'levelMgr': LevelMgr.LevelMgr,
|
||||||
'logicGate': nothing,
|
'logicGate': LogicGate.LogicGate,
|
||||||
'model' : ModelEntity.ModelEntity,
|
'model' : ModelEntity.ModelEntity,
|
||||||
'nodepath': BasicEntities.NodePathEntity,
|
'nodepath': BasicEntities.NodePathEntity,
|
||||||
'path' : PathEntity.PathEntity,
|
'path' : PathEntity.PathEntity,
|
||||||
|
8
direct/src/level/LogicGate.py
Executable file
8
direct/src/level/LogicGate.py
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
import LogicGateAI
|
||||||
|
|
||||||
|
class LogicGate(LogicGateAI.LogicGateAI):
|
||||||
|
"""
|
||||||
|
"""
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user