mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
better comments
This commit is contained in:
parent
8e6959befb
commit
9488551370
@ -16,13 +16,13 @@ def makeNewSpec(filename, modelPath, entTypeModule=EntityTypes):
|
||||
spec.saveToDisk(filename, makeBackup=0)
|
||||
|
||||
"""
|
||||
FOR NEW VERSION OF SAME LEVEL MODEL:
|
||||
FOR SAME LEVEL MODEL PATH:
|
||||
import SpecUtil
|
||||
import SellbotLegFactorySpec
|
||||
import FactoryEntityTypes
|
||||
SpecUtil.updateSpec(SellbotLegFactorySpec, FactoryEntityTypes)
|
||||
|
||||
IF YOU WANT TO SWITCH THE SPEC TO USE A NEW LEVEL MODEL:
|
||||
FOR DIFFERENT LEVEL MODEL PATH:
|
||||
import SpecUtil
|
||||
import SellbotLegFactorySpec
|
||||
import FactoryEntityTypes
|
||||
|
Loading…
x
Reference in New Issue
Block a user