mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
*** empty log message ***
This commit is contained in:
parent
734ab0dcd1
commit
4444891ba3
@ -1501,6 +1501,8 @@ class LevelEditor(NodePath, PandaObject):
|
||||
'street_street_' + self.neighborhoodCode + '_tex')
|
||||
newDNAStreet.setSidewalkTexture(
|
||||
'street_sidewalk_' + self.neighborhoodCode + '_tex')
|
||||
newDNAStreet.setCurbTexture(
|
||||
'street_curb_' + self.neighborhoodCode + '_tex')
|
||||
# Now place new street in the world
|
||||
self.initDNANode(newDNAStreet)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user