mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
new shared folder path
This commit is contained in:
parent
42daadfeb4
commit
ff1ecccfa5
@ -7,4 +7,6 @@ ChunkSize = 100
|
|||||||
FilePattern = 'largeBlob.%s'
|
FilePattern = 'largeBlob.%s'
|
||||||
|
|
||||||
def getLargeBlobPath():
|
def getLargeBlobPath():
|
||||||
return config.GetString('large-blob-path', 'i:\\beta\\largeblob')
|
# this folder needs to be accessible by everyone that is going to level edit
|
||||||
|
# an area as a group
|
||||||
|
return config.GetString('large-blob-path', 'i:\\toontown_in_game_editor_temp')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user