mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
added PlatformEntity
This commit is contained in:
parent
0865d3a80b
commit
b1d04596d1
@ -1,7 +1,7 @@
|
|||||||
"""EntityCreator.py: contains methods for creation of Entities"""
|
"""EntityCreator.py: contains methods for creation of Entities"""
|
||||||
|
|
||||||
from PythonUtil import Functor
|
from PythonUtil import Functor
|
||||||
#import PlatformEntity
|
import PlatformEntity
|
||||||
import BasicEntities
|
import BasicEntities
|
||||||
|
|
||||||
def nothing(level, entId):
|
def nothing(level, entId):
|
||||||
@ -17,7 +17,7 @@ EntityType2Ctor = {
|
|||||||
'gagBarrel': nothing,
|
'gagBarrel': nothing,
|
||||||
'lift': nothing,
|
'lift': nothing,
|
||||||
'nodepath': BasicEntities.NodePathEntity,
|
'nodepath': BasicEntities.NodePathEntity,
|
||||||
#'platform': PlatformEntity.PlatformEntity,
|
'platform': PlatformEntity.PlatformEntity,
|
||||||
'stomper': nothing,
|
'stomper': nothing,
|
||||||
'switch': nothing,
|
'switch': nothing,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user