mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Updated to reflect new holiday system
This commit is contained in:
parent
f147f1a193
commit
22781d4918
@ -4021,6 +4021,8 @@ class LevelStyleManager:
|
|||||||
if ((dnaType == 'street') or (dnaType == 'prop') or
|
if ((dnaType == 'street') or (dnaType == 'prop') or
|
||||||
(dnaType == 'toon_landmark')):
|
(dnaType == 'toon_landmark')):
|
||||||
dnaList = self.getCatalogCodes(dnaType)
|
dnaList = self.getCatalogCodes(dnaType)
|
||||||
|
if dnaType == 'prop':
|
||||||
|
dnaList.append(self.getCatalogCodes('holiday_prop'))
|
||||||
elif (dnaType == 'sign'):
|
elif (dnaType == 'sign'):
|
||||||
dnaList = [''] + self.getCatalogCodes(dnaType)
|
dnaList = [''] + self.getCatalogCodes(dnaType)
|
||||||
elif (dnaType == 'wall'):
|
elif (dnaType == 'wall'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user