mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
ebee5f6b86
commit
56b6f8ecbd
@ -39,12 +39,13 @@ BUILDING_TYPES = ['10_10', '20', '10_20', '20_10', '10_10_10',
|
|||||||
'12_8', '13_9_8'
|
'12_8', '13_9_8'
|
||||||
]
|
]
|
||||||
# The list of neighborhoods to edit
|
# The list of neighborhoods to edit
|
||||||
NEIGHBORHOODS = ['toontown_central',
|
NEIGHBORHOODS = [
|
||||||
|
'toontown_central',
|
||||||
'donalds_dock',
|
'donalds_dock',
|
||||||
'minnies_melody_land',
|
'minnies_melody_land',
|
||||||
'the_burrrgh',
|
'the_burrrgh',
|
||||||
'daisys_garden',
|
'daisys_garden',
|
||||||
'donalds_dreamland'
|
'donalds_dreamland',
|
||||||
]
|
]
|
||||||
NEIGHBORHOOD_CODES = {'toontown_central': 'TT',
|
NEIGHBORHOOD_CODES = {'toontown_central': 'TT',
|
||||||
'donalds_dock': 'DD',
|
'donalds_dock': 'DD',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# This module redefines the builtin import function with one
|
# This module redefines the builtin import function with one
|
||||||
# that prints out every import it does in a hierarchical form
|
# that prints out every import it does in a hierarchical form
|
||||||
# Annoying and very noisy, but sometimes useful
|
# Annoying and very noisy, but sometimes useful
|
||||||
import VerboseImport
|
# import VerboseImport
|
||||||
|
|
||||||
from PandaModules import *
|
from PandaModules import *
|
||||||
from DirectNotifyGlobal import *
|
from DirectNotifyGlobal import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user