mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
LogicGate for non-AI
This commit is contained in:
parent
1c638ea9ba
commit
d342525ea9
@ -7,6 +7,7 @@ import DirectNotifyGlobal
|
||||
import EditMgr
|
||||
import EntrancePoint
|
||||
import LevelMgr
|
||||
import LogicGate
|
||||
import ZoneEntity
|
||||
import ModelEntity
|
||||
import PathEntity
|
||||
@ -34,7 +35,7 @@ class EntityCreator(EntityCreatorBase.EntityCreatorBase):
|
||||
'editMgr': EditMgr.EditMgr,
|
||||
'entrancePoint': EntrancePoint.EntrancePoint,
|
||||
'levelMgr': LevelMgr.LevelMgr,
|
||||
'logicGate': nothing,
|
||||
'logicGate': LogicGate.LogicGate,
|
||||
'model' : ModelEntity.ModelEntity,
|
||||
'nodepath': BasicEntities.NodePathEntity,
|
||||
'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