瀏覽代碼

*** empty log message ***

Joe Shochet 25 年之前
父節點
當前提交
56b6f8ecbd
共有 2 個文件被更改,包括 9 次插入8 次删除
  1. 8 7
      direct/src/leveleditor/LevelEditor.py
  2. 1 1
      direct/src/showbase/ShowBase.py

+ 8 - 7
direct/src/leveleditor/LevelEditor.py

@@ -39,13 +39,14 @@ BUILDING_TYPES = ['10_10', '20', '10_20', '20_10', '10_10_10',
                   '12_8', '13_9_8'
                   ]
 # The list of neighborhoods to edit
-NEIGHBORHOODS = ['toontown_central',
-                 'donalds_dock',
-                 'minnies_melody_land',
-                 'the_burrrgh',
-                 'daisys_garden',
-                 'donalds_dreamland'
-                 ]
+NEIGHBORHOODS = [
+    'toontown_central',
+    'donalds_dock',
+    'minnies_melody_land',
+    'the_burrrgh',
+    'daisys_garden',
+    'donalds_dreamland',
+    ]
 NEIGHBORHOOD_CODES = {'toontown_central': 'TT',
                       'donalds_dock': 'DD',
                       'minnies_melody_land': 'MM',

+ 1 - 1
direct/src/showbase/ShowBase.py

@@ -2,7 +2,7 @@
 # This module redefines the builtin import function with one
 # that prints out every import it does in a hierarchical form
 # Annoying and very noisy, but sometimes useful
-import VerboseImport
+# import VerboseImport
 
 from PandaModules import *
 from DirectNotifyGlobal import *